Releases: alopezrivera/mpl_plotter
Releases · alopezrivera/mpl_plotter
MPL Plotter 4.1.0 pre-release
v4.1.0.pre Update setup.py
MPL Plotter 4.0.5
Python 3.6
Extended MPL Plotter compatibility to Python >= 3.6.9.
MPL Plotter 4.0.4
Package install
Python-Alexandria
required minimum version (2.0.0) specified in setup.py to ensure that
pip install mpl_plotter --upgrade
upgrades Python-Alexandria
if a lower version is currently installed.
MPL Plotter 4.0.3
Unified panes implementation, updated documentation.
MPL Plotter 4.0.2
Color modification functions, color scheme and maps modules unified.
MPL Plotter 4.0.1
Color modification functions, color scheme and maps modules unified.
MPL Plotter 4.0.0
Large improvements, including breaking changes.
Functionality
- Library structure improved
- Many refactorings. Please check the library map in the README for reference.
- Code cleaned and documented to have better maintainability.
- Comparison method improved
- Pane plots improved
Documentation
- Automatic documentation with pdoc3 implemented
- API reference website up
- General improvements
Development
- CONTRIBUTING.md
MPL Plotter 3.9.2
New functionality:
- Panes
- Comparison function ready for standalone use
- All library plot parameters passable to pane functions without conflicts
- Single coordinate plots
Bug fixes - Custom canvas no coordinate customization improved
MPL Plotter 3.8.8
New features:
- Presets available and in working order for all available plots. Demos included in the README
Improvements:
- 3D plots
- Tick label positioning, rotation
- Install:
- Requirements fixed. Automatic install of all dependencies should be smooth now.
- requirements.txt included to ensure user's dependencies are up to date with repo dependencies
MPL Plotter 3.8.5
Project health:
- Tests improved. Coverage.py calculation automated and coverage badge included in README.
Improvements: aspect
: Aspect ratio now working as expected.pane_fill
: Pane fill for 3D plots works as intended.- Organization and redability improvements in the 3D plotting code.
Extra functionality: - Available fonts utility: call
get_available_fonts
to see a printed, numbered list of all the fonts available for Matplotlib in your machine. scale
: Scale parameter added to allow defining a scale between the y and x axis.blend_edges
: Blend spine color into 3D plot pane fill color.