New package

I've been tipped off on Gordon Williams' work with wxPyPlot (thanks,
Chris!), a replacement for wxPlotCanvas, so I contacted him about it. While
the package is in beta status, it's more because he hasn't moved it out of
beta into release status. He agrees that it is probably ready for inclusion
in wxPython.

Robin, if you have no objections, I'll proceed with adding it to the lib
distribution and put a deprecation warning in wxPlotCanvas pointing to the
new library.

I noticed that he distributes it as a package, but it doesn't have anything
in it but __init__ and wxPyPlot.py. Does it matter to you whether it's kept
that way, or would you prefer it be plugged directly into the main lib
directory as a nekkid file?

Jeff Grimmett wrote:

I've been tipped off on Gordon Williams' work with wxPyPlot (thanks,
Chris!), a replacement for wxPlotCanvas, so I contacted him about it. While
the package is in beta status, it's more because he hasn't moved it out of
beta into release status. He agrees that it is probably ready for inclusion
in wxPython.

Robin, if you have no objections, I'll proceed with adding it to the lib
distribution and put a deprecation warning in wxPlotCanvas pointing to the
new library.

Sounds good.

I noticed that he distributes it as a package, but it doesn't have anything
in it but __init__ and wxPyPlot.py. Does it matter to you whether it's kept
that way, or would you prefer it be plugged directly into the main lib
directory as a nekkid file?

If it's just one file then put it in lib, and let's rename the file to be just plot.py too.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!