Skip to content

Releases: juliendelplanque/MatplotLibBridge

v1.3.0

20 May 07:56
Compare
Choose a tag to compare

Changelog

Major changes

  • Extracted Python commands generation into a visitor.
  • Now the model is not dependent on Python commands.
  • Adapted to latest Matplotlib v3.0.3.
  • Extracted Matplotlib constants as objects (instead of putting everything in MLBConstants class).
  • Added support for twin axis.

Minor changes

  • Added possibility to set points of a MLBPointsLine by specifying #x:y: as separated arrays.
  • Added equality test for commands.
  • Refactored examples to make demo plots generation easier.

v1.2.0

18 Oct 06:17
Compare
Choose a tag to compare
  • Fixed usages of Associations>>#head to be Association>>#key
  • Fixed usages of Associations>>#tail to be Association>>#value
  • Migrated to Tonel format
  • Renamed repository directory to src but added a symlink to be backward-compatible
  • Enhanced an example

v1.1.0: Now allow to align labels of barplots on the right.

10 Jun 13:54
Compare
Choose a tag to compare
  • Now allow to align labels of barplots on the right.
  • Deprecated #alignLabelEdge to be replaced by #alignLabelLeftEdge.

First release

20 Apr 13:28
Compare
Choose a tag to compare

This is the first release of MatplotLibBridge.

The project should now be quite stable to be used for real.

I use it each time I need to plot data for scientific articles.

Change log:

  • Introduced change the scale of an axis (e.g. logarithmic).
  • Introduced a new API to draw scatter plot with more features.
  • Introduced possibility to show a grid on a plot (configurable per axis).