]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wxPython/lib/wxPlotCanvas.py
Some random test apps that I've been playing with
[wxWidgets.git] / wxPython / wxPython / lib / wxPlotCanvas.py
CommitLineData
d4b73b1b
RD
1## This file imports items from the wx package into the wxPython package for
2## backwards compatibility. Some names will also have a 'wx' added on if
3## that is how they used to be named in the old wxPython package.
4
5import wx.lib.wxPlotCanvas
6
7__doc__ = wx.lib.wxPlotCanvas.__doc__
8
9PolyPoints = wx.lib.wxPlotCanvas.PolyPoints
10PolyLine = wx.lib.wxPlotCanvas.PolyLine
11PolyMarker = wx.lib.wxPlotCanvas.PolyMarker
12PlotGraphics = wx.lib.wxPlotCanvas.PlotGraphics
13PlotCanvas = wx.lib.wxPlotCanvas.PlotCanvas