It might be in an obvious location but I can't find it. It's not in
the wxPython demo itself. It imports the demos, but from where?
I wish we would have a rule that the demo code that produces the
widget--if not in the wxPython Demo itself--at least indicated where
the actual widget-demonstrating code was to be found (as in the note
in PyPlot's demo, reproduced at bottom of this email.
Thanks,
Che
################################################################\
# Where's the code??? |
# |
# wx.lib.plot.py came with its own excellent demo built in, |
# for testing purposes, but it serves quite well to demonstrate |
# the code and classes within, so we are simply borrowing that |
# code for the demo. Please load up wx.lib.plot.py for a review |
# of the code itself. The demo/test is at the bottom of |
# the file, as expected. |
################################################################/
It might be in an obvious location but I can't find it. It's not in
the wxPython demo itself. It imports the demos, but from where?
I wish we would have a rule that the demo code that produces the
widget--if not in the wxPython Demo itself--at least indicated where
the actual widget-demonstrating code was to be found (as in the note
in PyPlot's demo, reproduced at bottom of this email.
Thanks,
Che
################################################################\
# Where's the code??? |
# |
# wx.lib.plot.py came with its own excellent demo built in, |
# for testing purposes, but it serves quite well to demonstrate |
# the code and classes within, so we are simply borrowing that |
# code for the demo. Please load up wx.lib.plot.py for a review |
# of the code itself. The demo/test is at the bottom of |
# the file, as expected. |
################################################################/
Using default installation and wxPython2.8 it is to be found under:
C:\Program Files\wxPython2.8 Docs and Demos\demo\agw