1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Current version is 0.15
* Changes since version 0.14:
- added ability to scale functions
- key bindings for animation control, etc.
- added log axes
- added zoom history
- right-clicking shows the coordinate location of the pointer
- time integrating functions
- some legend rendering bugs fixed
- some memory leaks fixed
- removed broken convergence testing function
- debianisation
- include support for reading '-' (stdin)
- include support for reading from pipes
- font size command line option
* Changes since version 0.13:
- fixed a keybinding in the plot window
- fixed various overflows
- added some extra nan-checking
- added support for reading gzipped files
- added --skip command line option
- added display of axis ranges on plot background, with '--no-range' option
- added legend positioning options and '--legend' option
* Changes since Version 0.12:
- added rudimentary support for exporting images
- raise control panel using 'p' key
- some fixes to convergence testing and command line arguments
* Changes since Version 0.11:
- added some special plots: derivative, subtract A-B, convergence exponent
- added ability to set axis ranges from the command line and plot window
- cured various seg-faults
- introduced various new seg-faults
|