My mistake, I understood plot (as in "from wx.lib.plot import *" that comes
with wxwidgets and which does have a demo)
Sorry,
Philippe
Robert wrote:
> Philippe C. Martin wrote:
>
>> I think wxWidget comes with a sample
>>
>> Philippe
> Yes I use it, but there is not a sample with pyplot.
>
Philippe C. Martin wrote:
> I think wxWidget comes with a sample
>
> Philippe
Yes I use it, but there is not a sample with pyplot.
Robert
--
http://mail.python.org/mailman/listinfo/python-list
I think wxWidget comes with a sample
Philippe
Robert wrote:
> Maebe, does anyone have some examples with wxPython and pyplot?
>
> Thanks again,
> Robert
--
http://mail.python.org/mailman/listinfo/python-list
Maebe, does anyone have some examples with wxPython and pyplot?
Thanks again,
Robert
--
http://mail.python.org/mailman/listinfo/python-list
Hellow!
I'm writing program with wxpython and pyplot.
I need to put a graph (example):
def _draw1Objects():
# 100 points sin function, plotted as green circles
data1 = 2.*Numeric.pi*Numeric.arange(200)/200.
data1.shape = (100, 2)
data1[:,1] = Numeric.sin(data1[:,0