On Dec 13, 2006, at 1:29 AM, Nate Lowrie wrote:
> I think that matplotlib is our winner by far.
Out of those you named matplotlib is the only one I've ever seen
mentioned, so it's probably the best bet.
> Should I put these in the uiwx folder or another graphs folder?
> Implementation of specific backends into dabo objects will probably be
> GUI specific, so wx might be a good idea.
Let's think this through first. If there are some features that may
be called from non-GUI areas, it might best be placed in dabo/lib.
There can be a GUI-specific implementation that uses the code in dabo/
lib. That's what we've done with properties and events.
If it is GUI-only, and it supports other toolkits such as Tkinter,
it should go in dabo/ui, with another class in dabo/ui/uiwx that is a
wxPython-specific implementation. This way if anyone ever takes on
development of uitk or uiqt, there is a common base of code.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev