Histogram Plotly
Histogram plot from plotly(px)
Input
Output
Configuration
x
str: column name for x-axis' values
stringy
str: column name for y-axis' values
stringcolor
str: column name to color the graph figures
stringtitle
Title of the graph
stringy_axis_name
set the y axis name
stringx_axis_name
set the x axis name
stringtemplate
Plotly template to use
stringggplot2 seaborn simple_white plotly plotly_dark presentation xgridoff ygridoff gridon none animation_frame
str: Values from this column are used to assign marks to animation frames.
stringanimation_group
str: Values from this column are used to provide object-constancy across animation frames: rows with matching `animation_group`s will be treated as if they describe the same object in each frame.
stringlog_x
the x-axis is log-scaled in cartesian coordinates.
boollog_y
the y-axis is log-scaled in cartesian coordinates.
boolrange_x
If provided, overrides auto-scaling on the x-axis in cartesian coordinates.
stringrange_y
If provided, overrides auto-scaling on the y-axis in cartesian coordinates.
stringwidth
int: The figure width in pixels.
intheight
int The figure height in pixels
intlabel_columns
one column per line, and same line for the text
listlabel_text
text for labels, size should match 'colot to label'
listfacet_row
str: Values from this column are used to assign marks to facetted subplots in the vertical direction.
stringfacet_col
Values from this column are used to assign marks to facetted subplots in the horizontal direction.
stringfacet_col_wrap
int: Maximum number of facet columns.
intfacet_row_spacing
float: Spacing between facet rows, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.
floatfacet_col_spacing
float: Spacing between facet columns, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.
floathover_data
list str: Values from these columns appear in the hover tooltip.
listhover_name
Values from this column appear in bold in the hover tooltip.
stringorientation
Orientation of the box plot ('v' for vertical, 'h' for horizontal)
stringv h vopacity
float: Value between 0 and 1. Sets the opacity for markers.
floatbarmode
Bar mode for stacked or grouped histograms
stringstack group overlay relative marginal
if set, a subplot is drawn alongside the main plot, visualising the distribution
stringrug box violin histogram barnorm
If 'fraction', the value of each bar is divided by the sum of all values at that location coordinate. 'percent' is the same but multiplied by 100 to show percentages. None will stack up all values at each location coordinate.
stringfraction percent histnorm
Histogram normalization
stringpercent probability density probability density histfunc
Function used to aggregate values for summarization
stringcount sum avg min max countcumulative
cumulative or not
boolnbins
Sets the number of bins
int