Difference between revisions of "Todo List"
From PLplotWiki
(→Bindings) |
|||
Line 9: | Line 9: | ||
== Bindings == | == Bindings == | ||
* AGG backend can't be used in wxWidgets bindings (ws) | * AGG backend can't be used in wxWidgets bindings (ws) | ||
+ | |||
+ | * octave style graphics routines follow the style of older octave / matlab versions. Need extensive updating to be more like octave 3.0 (and current matlab). This is a non-trivial exercise, but exceedingly worthwhile. Volunteers? (AR) | ||
== Examples == | == Examples == |
Revision as of 02:19, 26 January 2009
Contents
PLplot Core
Drivers
wxWidgets
- fix crash in example 14 when master window is closed (ws)
- only master should handle return key in example 14 (ws)
Bindings
- AGG backend can't be used in wxWidgets bindings (ws)
- octave style graphics routines follow the style of older octave / matlab versions. Need extensive updating to be more like octave 3.0 (and current matlab). This is a non-trivial exercise, but exceedingly worthwhile. Volunteers? (AR)
Examples
- return should end wxPLplotdemo (ws)
- backend name in title of wxPLplotdemo (ws)
Documentation
Webpage
Testing
- replace the example 14 call in the test scripts, so that it also works in Windows (ws)