Violinplot Plotly
Violin plot from plotly
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 vcustom_data
str: Values from this column are displayed on the graph
stringviolinmode
violin mode ('group' or 'overlay')
stringgroup overlay grouppoints
shows outliers
stringoutliers suspectoutliers all false outliersbox
if True, boxes are drawn with notches
bool