Difference between revisions of "Todo List"

From PLplotWiki
Jump to: navigation, search
(Examples)
(Examples)
Line 24: Line 24:
 
* backend name in title of wxPLplotdemo (ws)
 
* backend name in title of wxPLplotdemo (ws)
 
* implement all lua examples (ws)
 
* implement all lua examples (ws)
** Working: 1,2,3,4,5,6,7,8,10,11,12,13,18,24,30
+
** Working: 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 18, 24, 30
** Not Working: 9,14,15,16,17,19,20,21,22,23,25,26,27,28,29,31
+
** Not Working: 9, 14, 15, 16, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31
  
 
* check differences in several F77 examples (x09, x14, x15) on Windows with CVF (AM)
 
* check differences in several F77 examples (x09, x14, x15) on Windows with CVF (AM)

Revision as of 01:58, 27 January 2009

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

  • finish lua bindings (callbacks, bug fixing) (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)
  • update the Tcl and Tk bindings to use the Tcl_Obj interface (not quite trivial; AM)
  • improve checking for Itcl (AM)
  • investigate crash with Tk (AM)
  • investigate availability of Tk on Windows (turned of for bare Windows - no X11; problems with UNIX-only functions under Cygwin; status MinGW unknown; AM)
  • problem with example x19 for Fortran 95 with CVF on Windows: __stdcall. The issue is complicated due to CVF and IVF using different calling conventions (AM)

Examples

  • return should end wxPLplotdemo (ws)
  • backend name in title of wxPLplotdemo (ws)
  • implement all lua examples (ws)
    • Working: 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 18, 24, 30
    • Not Working: 9, 14, 15, 16, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31
  • check differences in several F77 examples (x09, x14, x15) on Windows with CVF (AM)
  • fix problem with record length in example x20 for CVF on Windows (AM)

Documentation

Webpage

Testing

  • make test_tcl.sh work under Windows - sh-bang lines, "heredoc" not supported, path problem (AM)

Done

  • replace the example 14 call in the test scripts, so that it also works in Windows (ws)