Releases: alopezrivera/mpl_plotter
Releases · alopezrivera/mpl_plotter
MPL Plotter 5.5
Contour plotting method
Unifying matplotlib's contour, contourf and plt.clabel methods.
Other improvements
- Default color_rules for the heatmap and surface plotters
- Mock data methods refactored
MPL Plotter 5.4
- Font typeface and family input
- 3D tick label customization improved
MPL Plotter 5.3
- Reimplemented and improved the color bar method, adding full support for floating colorbars and generalizing it to 2 and 3D plots
- Resolved a series of bugs in the 3D plotting methods and improved the code base
- Increased test coverage
MPL Plotter 5.2.0
Typesetting methods generalized, improved and documented.
MPL Plotter 5.1.3
LICENSE included in PyPi source code distributions.
MPL Plotter 5.1.2
Improvements for 2D plotting methods.
- Axis bound input validation and defaults improved
- Title padding correctly working
MPL Plotter 5.1.1
2D axis tick bound and location methods recovered, minor bugs resolved.
MPL Plotter 5.1.0
panes
now accepts a shape
argument so as to use user-defined plot grids. Check the matplotlib.pyplot.subplot2grid
) documentation for more information on the shape
parameter.
Major internal rewrite.
MPL Plotter 5.0.1
API inconsistencies corrected.
MPL Plotter 5.0
Major internal rewrite and breaking API changes.