Accessing the data used to create a contour plotĀ
As with the plot commands, the data from the contour_data and the other contour commands. There are also contour plots that are generated by reg_proj which also returns a contourable dataset.
| Contour | Data access | Comments |
|---|---|---|
| contour_data | get_data_contour | |
| contour_fit | get_fit_contour | The return structure contains datacontour and modelcontour attributes which contains the plotted data. |
| contour_kernel | get_kernel_contour | |
| contour_model | get_model_contour | |
| contour_psf | get_psf_contour | |
| contour_ratio | get_ratio_contour | |
| contour_resid | get_resid_contour | |
| contour_source | get_source_contour |