get_split_plot
- sherpa.astro.ui.get_split_plot()
Return the plot attributes for displays with multiple plots.
- Returns:
splot
- Return type:
a
sherpa.plot.SplitPlot
instance
Examples
Change the layout of the plot and contour commands to display three vertical plots:
>>> sp = get_split_plot() >>> sp.rows = 3 >>> sp.cols = 1