Added - Axes width and height can now be adjusted through environment variables called `AXES_WIDTH` and `AXES_HEIGHT`.
0.9.1
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.
0.9.0
Added
- Add support for `figure.show()` which will now display the text plot of the figure.
0.8.0
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.
0.7.2
Fixed
- Fixed the padding between the colorbar and the axes when saving to a txt file.
0.7.1
Fixed
- Fix position of yaxis labels on colorbar axis so they are on the right side instead of the left side.