How can I plot the ungrouped fitted source model on my grouped data?
When a grouped data set is fit in Sherpa, the plot_fit command plots the grouped source model overlaid on the grouped data. In order to plot the full resolution source model on the grouped data, use the plot_model command, which always plots the ungrouped source model.
sherpa> plot_data() sherpa> plot_model(overplot=True)
