Skip to content

Releases: rgerum/pylustrator

v1.3.0

28 Feb 21:42
Compare
Choose a tag to compare

A big update for pylustrator with increase performance on large figures and extended tests with better undo/redo functionality.

  • increased performance when editing large figures due to not drawing the selection in the figure but in Qt
  • deactivate broken exception silencer
  • compatibility with matplotlib >= 3.6.0
  • icons for legend editor
  • automatic tests for axes and texts
  • better undo/redo functionality
  • allow to set tuples for linestyles

v1.2.1

26 Oct 18:20
Compare
Choose a tag to compare

Fixes version compatibility with matplotib < 3.4.0 that was introduced when pylustrator implemented basic support for SubFigures.

v1.2

24 Oct 20:03
Compare
Choose a tag to compare

Changes to the interface

  • slight redesign of left panel to make button labels readable
  • left panel can be resized
  • changed icon of y-tick editor
  • moved position and size spin boxes to top row
  • added undo/redo buttons and extended undo redo functionality
  • modernized style of canvas background and fixed ruler number display

Changes to the generated code

  • generated code for added text is now only one line instead of one line for each property
  • generated code for despining is not one line instead of two

Bug Fixes

  • remove erroneous tick warnings
  • figure is resized to fit into the default window size
  • fixed compatibility with recent jupyter notebook versions
  • basic support for figures with subfigures

v1.1.2

29 Mar 18:21
Compare
Choose a tag to compare
  • allow use in shell (just prints the results without storing them)
  • updated pipy description.

v1.1.1

08 Dec 14:55
Compare
Choose a tag to compare

fixed pylustrator to work with the current matplotlib version.

v1.1.0

12 Feb 13:41
Compare
Choose a tag to compare

Changes:

  • added function to arrange plots to a regular grid
  • smaller bugfixes

v1.0.0

20 Jul 09:03
Compare
Choose a tag to compare
set version to v1.0.0

v0.14.0

19 Feb 15:12
Compare
Choose a tag to compare

Changelog:

  • toolbar similar to the mpl toolbar for zoom and pan
  • more docstrings and typehints in code
  • some bugfixes

v0.8.1

02 Aug 09:28
Compare
Choose a tag to compare

Fixed a but with setup.py

v0.8.0

27 Jul 11:09
Compare
Choose a tag to compare

Rewrite of the dragging engine (allows multi-select), more functionality for the interface.