Scatterplot Plotly
Scatter 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 vsize
Values from this column are used to assign mark sizes
stringopacity
float: opacity of the marks
floatsize_max
int: maximum size of the marks
int20marginal_x
If set, a horizontal subplot is drawn above the main plot, visualizing the x-distribution.
stringrug box violin histogram marginal_y
If set, a vertical subplot is drawn to the right of the main plot, visualizing the y-distribution.
stringrug box violin histogram 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.
stringtrendline
Add a trendline to the plot, see the plotlydoc : plotly.express.trendline_functions
stringols lowess rolling expanding ewm trendline_color_override
all trendlines will be drawn in this color rather than in the same color as the traces from which they draw their inputs.
stringblack white red green blue yellow orange pink purple brown gray cyan magenta lime teal navy trendline_scope
If 'trace', then one trendline is drawn per trace (i.e. per color, symbol, facet, animation frame etc) and if 'overall' then one trendline is computed for the entire dataset, and replicated across all facets.
stringtrace overall tracecustom_data
str: Values from this column are displayed on the graph
string