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 beNoneif the function has not been called.- Return type
a
sherpa.plot.ScatterPlotinstance
See also
plot_scatterCreate a scatter plot.