Skip to content

Releases: alopezrivera/mpl_plotter

MPL Plotter 4.1.0 pre-release

11 Oct 13:07
Compare
Choose a tag to compare
Pre-release
v4.1.0.pre

Update setup.py

MPL Plotter 4.0.5

12 Sep 10:56
Compare
Choose a tag to compare

Python 3.6

Extended MPL Plotter compatibility to Python >= 3.6.9.

MPL Plotter 4.0.4

09 Sep 12:31
9061c5c
Compare
Choose a tag to compare

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

03 Sep 00:31
Compare
Choose a tag to compare

Unified panes implementation, updated documentation.

MPL Plotter 4.0.2

30 Aug 18:04
Compare
Choose a tag to compare

Color modification functions, color scheme and maps modules unified.

MPL Plotter 4.0.1

30 Aug 17:58
Compare
Choose a tag to compare
MPL Plotter 4.0.1 Pre-release
Pre-release

Color modification functions, color scheme and maps modules unified.

MPL Plotter 4.0.0

14 Aug 04:03
Compare
Choose a tag to compare

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

25 May 21:15
Compare
Choose a tag to compare

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

18 May 12:59
Compare
Choose a tag to compare

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

16 May 18:11
Compare
Choose a tag to compare

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.