API Reference for Easy plotting

This module contains functions to make it easy to plot objects (Histograms, Profiles) from qksplot package using the popular matplotlib library

@author: Mihai Niculescu <mihai@spacescience.ro>

qksplot.mpl.plot(p)[source]

Plot a Histogram or a Profile

qksplot.mpl.plot_hist(h: qksplot.hist.HistND)[source]

Plot a Histogram

qksplot.mpl.plot_profile(p: qksplot.profile.ProfileND)[source]

Plot a Profile

qksplot.mpl.show()[source]

Force showing the figure