Skip to content

Commit 2f19830

Browse files
authored
docs: change fig to canvas to reflect new API (#91)
* docs: change fig to canvas to reflect new API
1 parent 59b6f15 commit 2f19830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Parameters/basePlot.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ height int Height of plot, units dependent on backend.
99
width int Width of plot in pixels, units dependent on backend.
1010
grid False bool Whether to show grid on the plot
1111
toolbar_location “above” Location of toolbar for interactive plots. One of: [“above”, “below”, “left”]
12-
fig None fig Existing Figure object to plot on
12+
canvas None matplotlib.axes | bokeh.figure | plotly.graph_objects.Figure Existing Figure object to plot on
1313
xlabel None str Label for x axis
1414
ylabel None str Label for y axis
1515
show_plot True bool Whether to display the plot. If plot is not shown, will return the plot object corresponding with the backend. If plot is displayed the method returns None

0 commit comments

Comments
 (0)