Skip to content

Releases: chriscave/mpl_ascii

v0.10.0

01 Jul 17:09
Compare
Choose a tag to compare

[0.10.0] 2024-07-01

Added

  • Axes width and height can now be adjusted through environment variables called AXES_WIDTH and AXES_HEIGHT.

v0.9.1

15 Jun 13:55
Compare
Choose a tag to compare

[0.9.1] 2024-06-15

Changed

  • Updated tick rendering logic to prevent overlap. Xticks now alternate direction or extend downwards, with possible truncation for both xticks and yticks.
  • Changed axes labels, title and legend so they are now centered.

v0.9.0

11 Jun 17:59
Compare
Choose a tag to compare

[0.9.0] 2024-06-11

Added

  • Add support for figure.show() which will now display the text plot of the figure.

v0.8.0

10 Jun 17:36
Compare
Choose a tag to compare

[0.8.0] 2024-06-10

Added

  • Add support for contour plots.
  • Add support for text objects in plot.
  • Add error handling for when the plots are not part of the library.

image

v0.7.2

30 May 17:39
Compare
Choose a tag to compare

[0.7.2] 2024-05-30

Fixed

  • Fixed the padding between the colorbar and the axes when saving to a txt file.

v0.7.1

30 May 17:20
Compare
Choose a tag to compare

[0.7.1] 2024-05-30

Fixed

  • Fix position of yaxis labels on colorbar axis so they are on the right side instead of the left side.

v0.7.0

26 May 14:08
Compare
Choose a tag to compare

[0.7.0] 2024-05-26

Added

  • Add support for color bars on scatter plots

image

v0.6.4

26 May 09:59
Compare
Choose a tag to compare

[0.6.4] 2024-05-26

Fixed

  • Add fix so if there is a None value in only one axis then the line plot does not raise an error and instead skips over it.

v0.6.3

24 May 16:55
Compare
Choose a tag to compare

[0.6.3] 2024-05-24

Fixed

  • Line plots now handle None values as matplotlib does. If a None value is passed into a line plot then it has line break.

image

v0.6.2

19 May 13:33
Compare
Choose a tag to compare

Fixed

  • mpl_ascii is now compatible with matplotlib 3.9.