get_plotter¶
This module provides the get_plotter() convenience function.
-
mATLASplotlib.plotters.get_plotter.get_plotter(plot_style)¶ Convert a plot style argument into a concrete class inheriting from BasePlotter.
Parameters: plot_style (str) – which plot style to use.
Returns: instantiated plotter object
Return type: Raises: - ValueError – No plot style provided.
- NotImplementedError – Unsupported plot style provided.