I am running wxPythonOSX-2.4.0.7 (Python 2.3a2) on OS X 10.2.4.
When I attempt to run wxPyPlot (the demo) no lines or markers are plotted.
The grid, axes, titles, legends etc. all work fine - but no graphs.
I have seen this behaviour reported by some Linux users also.
Below are some errors that were produced when I ran wxPyPlot. They may have some bearing
on what's going on. I could imagine that if a decimal float is coerced to an int this might produce
an unintended zero and the line is drawn off the viewable window. But since the grid and labels
are OK , this does not seem to be the problem.
Thanks for any help.
Jim
[macjboyle:~/python] boyle% pythonw wxPyPlot.py
09:03:50: Debug: wxMac library installation name is '/usr/local/lib/libwx_macd-2.4.0.dylib'
09:03:50: Debug: wxMac resources file name is '/usr/local/lib/libwx_macd-2.4.0.rsrc'
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/gdi.py:570: DeprecationWarning: integer argument expected, got float
val = apply(gdic.wxDC_DrawText,(self,) + _args, _kwargs)
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/gdi.py:561: DeprecationWarning: integer argument expected, got float
val = apply(gdic.wxDC_DrawRotatedText,(self,) + _args, _kwargs)
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/gdi.py:543: DeprecationWarning: integer argument expected, got float
val = apply(gdic.wxDC_DrawLine,(self,) + _args, _kwargs)
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/gdi.py:693: DeprecationWarning: integer argument expected, got float
val = apply(gdic.wxDC_SetClippingRegion,(self,) + _args, _kwargs)
Left Mouse Down at Point: (2.4017, -0.7089)