mirror of
https://github.com/codedownio/haskell-plot.git
synced 2025-04-18 20:36:11 +00:00
19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
* text labels for major ticks
|
|
* columns
|
|
* bars
|
|
* impulses
|
|
* steps
|
|
* legend
|
|
* annotations
|
|
* 3d plots
|
|
|
|
| * pad side opposite of axis label only if there is no label on that side
|
|
* using padding functions not raw data structure pdFoo, pdBar
|
|
|
|
| * simple interface
|
|
* tick values
|
|
|
|
* adjustable elements (x,y adjustments/offsets)
|
|
* settable plot sizes (so we can have same plot areas with only bottom one with axis)
|
|
|
|
| * option to use upper ranges |