]>
git.saurik.com Git - wxWidgets.git/blob - 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.
7 __doc__
= wx
.lib
.plot
.__doc
__
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
._draw
1Objects
17 _draw2Objects
= wx
.lib
.plot
._draw
2Objects
18 _draw3Objects
= wx
.lib
.plot
._draw
3Objects
19 _draw4Objects
= wx
.lib
.plot
._draw
4Objects
20 _draw5Objects
= wx
.lib
.plot
._draw
5Objects
21 __test
= wx
.lib
.plot
.__test