get_scatter_plot
- sherpa.ui.get_scatter_plot()
Return the data used to plot the last scatter plot.
- Returns
plot – An object containing the data used by the last call to
plot_scatter
. The fields will beNone
if the function has not been called.- Return type
a
sherpa.plot.ScatterPlot
instance
See also
plot_scatter
Create a scatter plot.