Commit Graph

6 Commits

Author SHA1 Message Date
Tom Keffer
eddd71d5f1 Modernize utilities.
Now Python 3 only.
2023-02-14 15:33:26 -08:00
Tom Keffer
bf4da5b73e Fixed problem where plots could fail if the data range was outside of a specified axes range.
Fixes issue #638.
2021-01-15 09:50:12 -08:00
gjr80
533dedc43a Fix test suite scale() error 2020-08-05 22:31:24 +10:00
gjr80
8d7a5abd03 Fix yaxis plot scaling (#567)
* Fix corner case where scale() returned unusable results when fmn==fmx and a non-None minscale is specified

* python3ise doctests

* doctest typo

* Added one more doctest

* Added tests for modified scale()

* Update change history
2020-06-27 14:52:22 -07:00
Tom Keffer
98bde92048 Check for condition where both min and max are zero.
Fixes issue #463
2019-10-28 08:40:34 -07:00
Tom Keffer
77480391d0 Changed name of test subdirectory from 'test' to 'tests'. 2019-03-02 17:26:05 -08:00