For 2D read about wxDC in the documentation. There's no direct 3D support, you
could use OpenGL python bindings. I personally use VTK, which is a very powerful
but not so fast to learn toolkit, but the wxVTK canvas works fine only with Win
NT, not unix.
M.T.
···
On 26/05/2000 12.48.12 Gene Chiaramonte wrote:
What is available to draw 2D and 3D graphs in wxPython? I'd like to be able to
display line, bar, and scatter plots.