plotting

Module for handling plotting functions

This module contains plotting classes to plot Binning objects.

Examples

plt = plotting.get_plotter(binning)
plt.plot_values()
plt.savefig('output.png')

Classes

Functions

remu.plotting.get_plotter(obj, *args, **kwargs)[source]

Return a suitable plotting class instance for the object.

Parameters
objobject

The object for which a plotter should be returned.

*argsoptional
**kwargsoptional

Additional arguments are passed to the init method of the plotter.