Skip to content

Releases: tammoippen/plotille

Version v3.4

26 Apr 14:39
Compare
Choose a tag to compare
Make flake8 work

Version v3.3

14 Feb 11:42
c4c511b
Compare
Choose a tag to compare
Fix datetime issues for min/max setting in Figure.

v3.2

01 Feb 18:44
Compare
Choose a tag to compare
Version v3.2

v3.1

19 Dec 08:48
Compare
Choose a tag to compare
Version 3.0.1

Version v3.0

15 Dec 12:49
4b748ac
Compare
Choose a tag to compare
Add Figure and color.
Refactor some code.

v2.1: Version 2.1

09 Nov 11:00
Compare
Choose a tag to compare
Fix rst display on pypi…

v2.0: Version 2.0

08 Nov 23:18
Compare
Choose a tag to compare
* Have a dedicated `Canvas` class for simple and pretty printing.
* Have another ‘usual’ histogram.
* More tests.
* Most of the interfaces are only extended, so should be compatible to v1.5.
* Some improvements.

v1.5

01 Nov 22:03
Compare
Choose a tag to compare

Fix constant plot (#1)

Version v1.4

06 Oct 11:25
Compare
Choose a tag to compare
* no copy of X, Y in plot
* fix display ranges for hist (0, 1)
* display center of bucket in hist

Version v1.3

04 Oct 09:55
Compare
Choose a tag to compare
* Improve linear interpolation.
* Implement `scatter` as a call of `plot` w/o interpolation.
* No sorting of points for `plot`.