Skip to content

Commit ad34f2a

Browse files
committed
docs: fix formatting
1 parent a23f238 commit ad34f2a

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-
canvas None matplotlib.axes bokeh.figure plotly.graph_objects.Figure 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)