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 38
|
ctioga2 (0.2)
* Fix small details in the legend positioning in the 'outside' scheme
* And added tests to ensure everything now looks (almost) fine
* Fixed a few bugs with legends inside regions and gradients
-- Vincent Fourmond <vincent.fourmond@9online.fr> Tue Feb 22 21:15:13 CET 2011
ctioga2 (0.1)
* Setting any set now resets its index
* Implemented a mechanism for tangents !
* Added a filter for averaging on successive identical values of X
* Make the gnuplot backend able to change the number of samples
required.
* Implemented error bars
* Implemented a grid layout (via setup-grid and the grid inset specification)
* Implemented alternate axes (y2, x2)
* Neatly colored help with pager(1) using the --help option
* Filled curves
* Implemented colored regions
* Automatic output file name incrementation
* Neat and easy color gradients for successive curves using the
--gradient command
* XYZ maps display
* Contours on XYZ maps
* The text backend now supports naming columns
* Added a --merge-datasets function to merge data sets with common X
(and more) values...
* Setup of a tests/ directory containing a whole bunch of visual tests.
-- Vincent Fourmond <vincent.fourmond@9online.fr> Mon Jan 31 19:00:00 CET 2011
ctioga2 (0.0)
* New version of ctioga, rewritten from scratch, with a whole new structure.
-- Vincent Fourmond <vincent.fourmond@9online.fr> Sat Apr 18 13:16:34 CEST 2009
|