Difference between revisions of "Todo List"
From PLplotWiki
(→Bindings) |
Arjenmarkus (Talk | contribs) |
||
Line 11: | Line 11: | ||
* 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) | * 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) | ||
+ | |||
+ | * Update the Tcl and Tk bindings to use the Tcl_Obj interface (AM) | ||
== Examples == | == Examples == | ||
* return should end wxPLplotdemo (ws) | * return should end wxPLplotdemo (ws) | ||
* backend name in title of wxPLplotdemo (ws) | * backend name in title of wxPLplotdemo (ws) | ||
+ | * check differences in several F77 examples on Windows with CVF (AM) | ||
== Documentation == | == Documentation == |
Revision as of 04:06, 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)
- Update the Tcl and Tk bindings to use the Tcl_Obj interface (AM)
Examples
- return should end wxPLplotdemo (ws)
- backend name in title of wxPLplotdemo (ws)
- check differences in several F77 examples on Windows with CVF (AM)
Documentation
Webpage
Testing
- replace the example 14 call in the test scripts, so that it also works in Windows (ws)