Plotly backend#
Plotly interface layer.
Notes#
visuals are returned, but it seems modifying them won’t modify the figure.
Object creation and I/O#
|
Create a figure with a grid of plotting targets in it. |
|
Show the provided plotly layout. |
Geoms#
|
Interface to plotly for a line plot. |
|
Plot multiple lines on a single Plotly target using shared x-values. |
|
Interface to plotly for a scatter plot. |
|
Interface to plotly for adding text to a plot. |
Plot appeareance#
|
Interface to plotly for adding a title to a plot. |
|
Interface to plotly for adding a label to the y axis. |
|
Interface to plotly for adding a label to the y axis. |
|
Interface to plotly for setting ticks and labels of the x axis. |
|
Interface to plotly for setting ticks and labels of the y axis. |
|
Interface to plotly for setting ticks size. |
|
Interface to plotly for removing ticks from a plot. |
|
Interface to plotly for removing axis from a plot. |
Legend#
|
Generate a legend with plotly. |