| 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.wxPlotCanvas |
| 6 | |
| 7 | __doc__ = wx.lib.wxPlotCanvas.__doc__ |
| 8 | |
| 9 | PolyPoints = wx.lib.wxPlotCanvas.PolyPoints |
| 10 | PolyLine = wx.lib.wxPlotCanvas.PolyLine |
| 11 | PolyMarker = wx.lib.wxPlotCanvas.PolyMarker |
| 12 | PlotGraphics = wx.lib.wxPlotCanvas.PlotGraphics |
| 13 | PlotCanvas = wx.lib.wxPlotCanvas.PlotCanvas |