]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/plot.py
Fixed typo in MBN's extensions.
[wxWidgets.git] / wxPython / wxPython / lib / plot.py
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
5 import wx.lib.plot
6
7 __doc__ = wx.lib.plot.__doc__
8
9 PolyPoints = wx.lib.plot.PolyPoints
10 PolyLine = wx.lib.plot.PolyLine
11 PolyMarker = wx.lib.plot.PolyMarker
12 PlotGraphics = wx.lib.plot.PlotGraphics
13 PlotCanvas = wx.lib.plot.PlotCanvas
14 PlotPrintout = wx.lib.plot.PlotPrintout
15 FloatDCWrapper = wx.lib.plot.FloatDCWrapper
16 _draw1Objects = wx.lib.plot._draw1Objects
17 _draw2Objects = wx.lib.plot._draw2Objects
18 _draw3Objects = wx.lib.plot._draw3Objects
19 _draw4Objects = wx.lib.plot._draw4Objects
20 _draw5Objects = wx.lib.plot._draw5Objects
21 __test = wx.lib.plot.__test
22