X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..86aafce32e5f471b0c84fa611ed51bdea85691df:/wxPython/demo/PlotCanvas.py diff --git a/wxPython/demo/PlotCanvas.py b/wxPython/demo/PlotCanvas.py index 4311942af3..3c2a2a9ea9 100644 --- a/wxPython/demo/PlotCanvas.py +++ b/wxPython/demo/PlotCanvas.py @@ -1,12 +1,7 @@ -# 11/20/2003 - Jeff Grimmett (grimmtooth@softhome.net) + # -# o Updated for wx namespace -# -# 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net) +# wx.lib.wxPlotCanvas is deprecated. Use wx.lib.plot instead. # -# o wxPlotCanvas must be updated with new draw mechanics (tuples) before -# it can be used with 2.5. -# import wx import wx.lib.wxPlotCanvas as plot @@ -53,4 +48,4 @@ overview = plot.__doc__ if __name__ == '__main__': import sys,os import run - run.main(['', os.path.basename(sys.argv[0])]) + run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])