You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Parameters/basePlot.tsv
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ height int Height of plot, units dependent on backend.
9
9
width int Width of plot in pixels, units dependent on backend.
10
10
grid False bool Whether to show grid on the plot
11
11
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
13
13
xlabel None str Label for x axis
14
14
ylabel None str Label for y axis
15
15
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