]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PlotCanvas.py
Updated DrawPolyPolygon note
[wxWidgets.git] / wxPython / demo / PlotCanvas.py
index 4311942af39c36071c719ef915d78771694e6d05..3c2a2a9ea9453e7ffdf77d7c191b44cd6f288231 100644 (file)
@@ -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:])