Histogram plot from plotly(px)
Base class
Input
Output
Configuration
x
str: column name for x-axis' values
string
y
str: column name for y-axis' values
string
color
str: column name to color the graph figures
string
title
Title of the graph
string
y_axis_name
set the y axis name
string
x_axis_name
set the x axis name
string
template
Plotly template to use
string
animation_frame
str: Values from this column are used to assign marks to animation frames.
string
animation_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.
string
log_x
the x-axis is log-scaled in cartesian coordinates.
bool
log_y
the y-axis is log-scaled in cartesian coordinates.
bool
range_x
If provided, overrides auto-scaling on the x-axis in cartesian coordinates.
string
range_y
If provided, overrides auto-scaling on the y-axis in cartesian coordinates.
string
width
int: The figure width in pixels.
int
height
int The figure height in pixels
int
label_columns
one column per line, and same line for the text
list
label_text
text for labels, size should match 'colot to label'
list
facet_row
str: Values from this column are used to assign marks to facetted subplots in the vertical direction.
string
facet_col
Values from this column are used to assign marks to facetted subplots in the horizontal direction.
string
facet_col_wrap
int: Maximum number of facet columns.
int
facet_row_spacing
float: Spacing between facet rows, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.
float
facet_col_spacing
float: Spacing between facet columns, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.
float
hover_data
list str: Values from these columns appear in the hover tooltip.
list
hover_name
Values from this column appear in bold in the hover tooltip.
string
orientation
Orientation of the box plot ('v' for vertical, 'h' for horizontal)
string
v
opacity
float: Value between 0 and 1. Sets the opacity for markers.
float
barmode
Bar mode for stacked or grouped histograms
string
marginal
if set, a subplot is drawn alongside the main plot, visualising the distribution
string
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.
string
histnorm
Histogram normalization
string
histfunc
Function used to aggregate values for summarization
string
count
cumulative
cumulative or not
bool
nbins
Sets the number of bins
int