Line Plotly
line 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
stringline_group
group rows by line
stringmarkers
if ticked, markers are shown on line
boolline_shape
stringlinear spline symbol
str: Values from this column are used to assign symbols to marks.
stringrender_mode
Controls the browser API used to draw marks.
stringsvg webgl auto error_x
str: Values from this column are used to size x-axis error bars
stringerror_x_minus
str: Values from this column or array_like are used to size x-axis error bars in the negative direction.
stringerror_y
str: Values from this column are used to size y-axis error bars
stringerror_y_minus
str: Values from this column or array_like are used to size x-axis error bars in the negative direction.
stringtext
str: Values from this column or array_like appear in the figure as text labels.
string