More lib and demo patches to drop the wx prefix (Jeff has been busy!)
[wxWidgets.git] / wxPython / wxPython / lib / wxPlotCanvas.py
0 / 13 (  0%)
CommitLineData
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