2010-09-20 21:19:15 +12:00
|
|
|
FEATURES
|
2010-09-19 18:30:18 +12:00
|
|
|
|
2010-09-02 02:54:50 +12:00
|
|
|
* annotations
|
2010-09-19 18:30:18 +12:00
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
* square plot (tie x and y shapes) (lockAspectRatio)
|
2010-09-02 02:54:50 +12:00
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
* text labels for major ticks
|
2010-09-02 15:29:21 +12:00
|
|
|
* tick values
|
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
* columns
|
2010-09-29 18:43:46 +13:00
|
|
|
* candlestick
|
2010-09-20 21:19:15 +12:00
|
|
|
|
2010-09-10 16:26:49 +12:00
|
|
|
* adjustable elements ((x,y) adjustments/offsets)
|
|
|
|
* settable plot sizes (so we can have same plot areas with only bottom one with x axis)
|
2010-09-03 16:51:53 +12:00
|
|
|
|
2010-09-25 19:21:40 +12:00
|
|
|
* Simple interface: nice bars, histograms (see next line)
|
|
|
|
* bars/columns adjust for multiple data series (data creation)
|
2010-09-18 18:05:14 +12:00
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
* 3d plots
|
|
|
|
|
2010-09-24 23:21:47 +12:00
|
|
|
* ticks selectable inside/outside
|
|
|
|
|
2010-09-29 18:43:46 +13:00
|
|
|
* better tick value formatting and selection algorithm
|
|
|
|
|
|
|
|
* logarithmic minor tick positions
|
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
BUGS
|
2010-09-18 18:05:14 +12:00
|
|
|
|
2010-09-25 19:21:40 +12:00
|
|
|
* fix error bars for non-points (esp. bars, hist)
|
2010-09-25 18:06:43 +12:00
|
|
|
|
2010-09-19 18:30:18 +12:00
|
|
|
* no ticks for greyscale?
|
|
|
|
|
2010-09-29 18:43:46 +13:00
|
|
|
* scale (log/linear) attached to range?
|
|
|
|
|
|
|
|
* logarithmic tick label width adjustment?
|
|
|
|
|
2010-10-02 18:42:26 +13:00
|
|
|
* move monotone increasing check to creation of dataseries
|
|
|
|
|
|
|
|
* should scale be in setRange*?
|
|
|
|
|
|
|
|
* axis and tick joins are ugly
|
|
|
|
|
2010-09-20 21:19:15 +12:00
|
|
|
REFACTOR
|
|
|
|
|
|
|
|
* using padding functions not raw data structure: pdFoo, pdBar
|
|
|
|
|
|
|
|
* directly to impulse, step, area, not via line (performance)
|
|
|
|
|
|
|
|
* refactor Legend (LegendLocation)
|
|
|
|
* replace with utility functions common code in Render/Data.hs
|
2010-09-29 18:43:46 +13:00
|
|
|
* check Render/Data.hs, Render/Axis.hs
|
2010-09-20 21:19:15 +12:00
|
|
|
|
|
|
|
COMPLETE
|
2010-09-19 18:30:18 +12:00
|
|
|
|
|
|
|
| * area
|
|
|
|
| * impulses
|
|
|
|
| * steps
|
|
|
|
| * matrix (greyscale)
|
|
|
|
| * legend
|
|
|
|
| * pad side opposite of axis label only if there is no label on that side
|
|
|
|
| * simple interface
|
|
|
|
| * option to use upper ranges
|
2010-09-19 18:02:00 +12:00
|
|
|
| * fix linewidths (as per cairo FAQ) by adding 0.5 to rectangle start / line (borders/axes)
|
2010-09-25 19:21:40 +12:00
|
|
|
| * expand Simple interface: xlabel, ylabel, etc...
|
2010-09-23 23:35:20 +12:00
|
|
|
| * bars
|
2010-09-25 19:21:40 +12:00
|
|
|
| * histogram (variable width bars)
|
2010-09-29 18:43:46 +13:00
|
|
|
| * Graphics.Plot replacement
|
|
|
|
| * log/semilog plots
|
|
|
|
|
|
|
|
|
2010-09-19 18:02:00 +12:00
|
|
|
|