matplotlib.axes.subplot_class_factory

matplotlib.axes.subplot_class_factory(axes_class=None) [source]

Make a new class that inherits from SubplotBase and the given axes_class (which is assumed to be a subclass of axes.Axes). This is perhaps a little bit roundabout to make a new class on the fly like this, but it means that a new Subplot class does not have to be created for every type of Axes.

Examples using matplotlib.axes.subplot_class_factory

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.axes.subplot_class_factory.html