!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.5.4	//
AppFrame	main.py	/^class AppFrame(wx.Frame):$/;"	c
AppFrame	wxPyPlot.py	/^    class AppFrame(wx.Frame):$/;"	c
Clear	wxPyPlot.py	/^    def Clear(self):$/;"	m	class:PlotCanvas
Draw	wxPyPlot.py	/^    def Draw(self, graphics, xAxis = None, yAxis = None, dc = None):$/;"	m	class:PlotCanvas
DrawLine	wxPyPlot.py	/^    def DrawLine(self, x1,y1,x2,y2):$/;"	m	class:FloatDCWrapper
DrawRotatedText	wxPyPlot.py	/^    def DrawRotatedText(self, txt, x, y, angle):$/;"	m	class:FloatDCWrapper
DrawText	wxPyPlot.py	/^    def DrawText(self, txt, x, y):$/;"	m	class:FloatDCWrapper
FloatDCWrapper	wxPyPlot.py	/^class FloatDCWrapper:$/;"	c
GetEnableGrid	wxPyPlot.py	/^    def GetEnableGrid(self):$/;"	m	class:PlotCanvas
GetEnableLegend	wxPyPlot.py	/^    def GetEnableLegend(self):$/;"	m	class:PlotCanvas
GetEnableZoom	wxPyPlot.py	/^    def GetEnableZoom(self):$/;"	m	class:PlotCanvas
GetFontSizeAxis	wxPyPlot.py	/^    def GetFontSizeAxis(self):$/;"	m	class:PlotCanvas
GetFontSizeLegend	wxPyPlot.py	/^    def GetFontSizeLegend(self):$/;"	m	class:PlotCanvas
GetFontSizeTitle	wxPyPlot.py	/^    def GetFontSizeTitle(self):$/;"	m	class:PlotCanvas
GetPageInfo	wxPyPlot.py	/^    def GetPageInfo(self):$/;"	m	class:plot_printout
GetXCurrentRange	wxPyPlot.py	/^    def GetXCurrentRange(self):$/;"	m	class:PlotCanvas
GetXMaxRange	wxPyPlot.py	/^    def GetXMaxRange(self):$/;"	m	class:PlotCanvas
GetXSpec	wxPyPlot.py	/^    def GetXSpec(self):$/;"	m	class:PlotCanvas
GetXY	wxPyPlot.py	/^    def GetXY(self,event):$/;"	m	class:PlotCanvas
GetYCurrentRange	wxPyPlot.py	/^    def GetYCurrentRange(self):$/;"	m	class:PlotCanvas
GetYMaxRange	wxPyPlot.py	/^    def GetYMaxRange(self):$/;"	m	class:PlotCanvas
GetYSpec	wxPyPlot.py	/^    def GetYSpec(self):$/;"	m	class:PlotCanvas
HasPage	wxPyPlot.py	/^    def HasPage(self, page):$/;"	m	class:plot_printout
MyApp	main.py	/^class MyApp(wx.App):$/;"	c
MyApp	wxPyPlot.py	/^    class MyApp(wx.App):$/;"	c
OnEnableGrid	wxPyPlot.py	/^        def OnEnableGrid(self, event):$/;"	m	class:AppFrame
OnEnableLegend	wxPyPlot.py	/^        def OnEnableLegend(self, event):$/;"	m	class:AppFrame
OnEnableZoom	wxPyPlot.py	/^        def OnEnableZoom(self, event):$/;"	m	class:AppFrame
OnFileExit	wxPyPlot.py	/^        def OnFileExit(self, event):$/;"	m	class:AppFrame
OnFilePageSetup	wxPyPlot.py	/^        def OnFilePageSetup(self, event):$/;"	m	class:AppFrame
OnFilePrint	wxPyPlot.py	/^        def OnFilePrint(self, event):$/;"	m	class:AppFrame
OnFilePrintPreview	wxPyPlot.py	/^        def OnFilePrintPreview(self, event):$/;"	m	class:AppFrame
OnHelpAbout	wxPyPlot.py	/^        def OnHelpAbout(self, event):$/;"	m	class:AppFrame
OnInit	main.py	/^	def OnInit(self):$/;"	m	class:MyApp
OnInit	wxPyPlot.py	/^        def OnInit(self):$/;"	m	class:MyApp
OnMotion	wxPyPlot.py	/^    def OnMotion(self, event):$/;"	m	class:PlotCanvas
OnMouseDoubleClick	wxPyPlot.py	/^    def OnMouseDoubleClick(self,event):$/;"	m	class:PlotCanvas
OnMouseLeftDown	main.py	/^	def OnMouseLeftDown(self,event):$/;"	m	class:AppFrame
OnMouseLeftDown	wxPyPlot.py	/^        def OnMouseLeftDown(self,event):$/;"	m	class:AppFrame
OnMouseLeftDown	wxPyPlot.py	/^    def OnMouseLeftDown(self,event):$/;"	m	class:PlotCanvas
OnMouseLeftUp	wxPyPlot.py	/^    def OnMouseLeftUp(self, event):$/;"	m	class:PlotCanvas
OnMouseRightDown	wxPyPlot.py	/^    def OnMouseRightDown(self,event):$/;"	m	class:PlotCanvas
OnPaint	wxPyPlot.py	/^    def OnPaint(self, event):$/;"	m	class:PlotCanvas
OnPlotClear	wxPyPlot.py	/^        def OnPlotClear(self,event):$/;"	m	class:AppFrame
OnPlotDraw1	wxPyPlot.py	/^        def OnPlotDraw1(self, event):$/;"	m	class:AppFrame
OnPlotDraw2	wxPyPlot.py	/^        def OnPlotDraw2(self, event):$/;"	m	class:AppFrame
OnPlotDraw3	wxPyPlot.py	/^        def OnPlotDraw3(self, event):$/;"	m	class:AppFrame
OnPlotDraw4	wxPyPlot.py	/^        def OnPlotDraw4(self, event):$/;"	m	class:AppFrame
OnPlotDraw5	wxPyPlot.py	/^        def OnPlotDraw5(self, event):$/;"	m	class:AppFrame
OnPlotRedraw	wxPyPlot.py	/^        def OnPlotRedraw(self,event):$/;"	m	class:AppFrame
OnPlotScale	wxPyPlot.py	/^        def OnPlotScale(self, event):$/;"	m	class:AppFrame
OnPrintPage	wxPyPlot.py	/^    def OnPrintPage(self, page):$/;"	m	class:plot_printout
OnReset	wxPyPlot.py	/^        def OnReset(self,event):$/;"	m	class:AppFrame
OnSaveFile	wxPyPlot.py	/^        def OnSaveFile(self, event):$/;"	m	class:AppFrame
OnScrRt	wxPyPlot.py	/^        def OnScrRt(self,event):$/;"	m	class:AppFrame
OnScrUp	wxPyPlot.py	/^        def OnScrUp(self, event):$/;"	m	class:AppFrame
OnSize	wxPyPlot.py	/^    def OnSize(self,event):$/;"	m	class:PlotCanvas
PageSetup	wxPyPlot.py	/^    def PageSetup(self):$/;"	m	class:PlotCanvas
PlotCanvas	wxPyPlot.py	/^class PlotCanvas(wx.Window):$/;"	c
PlotGraphics	wxPyPlot.py	/^class PlotGraphics:$/;"	c
PolyLine	wxPyPlot.py	/^class PolyLine(PolyPoints):$/;"	c
PolyMarker	wxPyPlot.py	/^class PolyMarker(PolyPoints):$/;"	c
PolyPoints	wxPyPlot.py	/^class PolyPoints:$/;"	c
PrintPreview	wxPyPlot.py	/^    def PrintPreview(self):$/;"	m	class:PlotCanvas
Printout	wxPyPlot.py	/^    def Printout(self, paper=None):$/;"	m	class:PlotCanvas
Redraw	wxPyPlot.py	/^    def Redraw(self, dc= None):$/;"	m	class:PlotCanvas
Reset	wxPyPlot.py	/^    def Reset(self):$/;"	m	class:PlotCanvas
SaveFile	wxPyPlot.py	/^    def SaveFile(self, fileName= ''):$/;"	m	class:PlotCanvas
ScrollRight	wxPyPlot.py	/^    def ScrollRight(self, units):          $/;"	m	class:PlotCanvas
ScrollUp	wxPyPlot.py	/^    def ScrollUp(self, units):$/;"	m	class:PlotCanvas
SetClippingRegion	wxPyPlot.py	/^    def SetClippingRegion(self, x, y, width, height):$/;"	m	class:FloatDCWrapper
SetDeviceOrigin	wxPyPlot.py	/^    def SetDeviceOrigin(self, x, y):$/;"	m	class:FloatDCWrapper
SetEnableGrid	wxPyPlot.py	/^    def SetEnableGrid(self, value):$/;"	m	class:PlotCanvas
SetEnableLegend	wxPyPlot.py	/^    def SetEnableLegend(self, value):$/;"	m	class:PlotCanvas
SetEnableZoom	wxPyPlot.py	/^    def SetEnableZoom(self, value):$/;"	m	class:PlotCanvas
SetFontSizeAxis	wxPyPlot.py	/^    def SetFontSizeAxis(self, point= 10):$/;"	m	class:PlotCanvas
SetFontSizeLegend	wxPyPlot.py	/^    def SetFontSizeLegend(self, point= 7):$/;"	m	class:PlotCanvas
SetFontSizeTitle	wxPyPlot.py	/^    def SetFontSizeTitle(self, point= 15):$/;"	m	class:PlotCanvas
SetXSpec	wxPyPlot.py	/^    def SetXSpec(self, type= 'auto'):$/;"	m	class:PlotCanvas
SetYSpec	wxPyPlot.py	/^    def SetYSpec(self, type= 'auto'):$/;"	m	class:PlotCanvas
Zoom	wxPyPlot.py	/^    def Zoom(self, Center, Ratio):$/;"	m	class:PlotCanvas
__getattr__	wxPyPlot.py	/^    def __getattr__(self, name):$/;"	m	class:FloatDCWrapper	file:
__getitem__	wxPyPlot.py	/^    def __getitem__(self, item):$/;"	m	class:PlotGraphics	file:
__init__	main.py	/^	def __init__(self, parent, id, title):$/;"	m	class:AppFrame
__init__	wxPyPlot.py	/^        def __init__(self, parent, id, title):$/;"	m	class:AppFrame
__init__	wxPyPlot.py	/^    def __init__(self, aDC):$/;"	m	class:FloatDCWrapper
__init__	wxPyPlot.py	/^    def __init__(self, graph):$/;"	m	class:plot_printout
__init__	wxPyPlot.py	/^    def __init__(self, objects, title='', xLabel='', yLabel= ''):$/;"	m	class:PlotGraphics
__init__	wxPyPlot.py	/^    def __init__(self, parent, id = -1, pos=wx.DefaultPosition,$/;"	m	class:PlotCanvas
__init__	wxPyPlot.py	/^    def __init__(self, points, **attr):$/;"	m	class:PolyLine
__init__	wxPyPlot.py	/^    def __init__(self, points, **attr):$/;"	m	class:PolyMarker
__init__	wxPyPlot.py	/^    def __init__(self, points, attr):$/;"	m	class:PolyPoints
__len__	wxPyPlot.py	/^    def __len__(self):$/;"	m	class:PlotGraphics	file:
__test	wxPyPlot.py	/^def __test():$/;"	f	file:
_axisInterval	wxPyPlot.py	/^    def _axisInterval(self, spec, lower, upper):$/;"	m	class:PlotCanvas
_circle	wxPyPlot.py	/^    def _circle(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_cross	wxPyPlot.py	/^    def _cross(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_dot	wxPyPlot.py	/^    def _dot(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_draw1Objects	wxPyPlot.py	/^    def _draw1Objects():$/;"	f
_draw2Objects	wxPyPlot.py	/^    def _draw2Objects():$/;"	f
_draw3Objects	wxPyPlot.py	/^    def _draw3Objects():$/;"	f
_draw4Objects	main.py	/^    def _draw4Objects():$/;"	m	class:AppFrame
_draw4Objects	wxPyPlot.py	/^    def _draw4Objects():$/;"	f
_draw5Objects	wxPyPlot.py	/^    def _draw5Objects():$/;"	f
_drawAxes	wxPyPlot.py	/^    def _drawAxes(self, dc, p1, p2, scale, shift, xticks, yticks):$/;"	m	class:PlotCanvas
_drawLegend	wxPyPlot.py	/^    def _drawLegend(self,dc,graphics,rhsW,topH,legendBoxWH, legendSymExt, legendTextExt):$/;"	m	class:PlotCanvas
_drawRubberBand	wxPyPlot.py	/^    def _drawRubberBand(self, corner1, corner2):$/;"	m	class:PlotCanvas
_drawmarkers	wxPyPlot.py	/^    def _drawmarkers(self, dc, coords, marker,size=1):$/;"	m	class:PolyMarker
_getFont	wxPyPlot.py	/^    def _getFont(self,size):$/;"	m	class:PlotCanvas
_legendWH	wxPyPlot.py	/^    def _legendWH(self, dc, graphics):$/;"	m	class:PlotCanvas
_plus	wxPyPlot.py	/^    def _plus(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_point2ClientCoord	wxPyPlot.py	/^    def _point2ClientCoord(self, corner1, corner2):$/;"	m	class:PlotCanvas
_printDraw	wxPyPlot.py	/^    def _printDraw(self, printDC):$/;"	m	class:PlotCanvas
_setPrinterScale	wxPyPlot.py	/^    def _setPrinterScale(self, scale):$/;"	m	class:PlotCanvas
_setSize	wxPyPlot.py	/^    def _setSize(self, width=None, height=None):$/;"	m	class:PlotCanvas
_square	wxPyPlot.py	/^    def _square(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_ticks	wxPyPlot.py	/^    def _ticks(self, lower, upper):$/;"	m	class:PlotCanvas
_titleLablesWH	wxPyPlot.py	/^    def _titleLablesWH(self, dc, graphics):$/;"	m	class:PlotCanvas
_triangle	wxPyPlot.py	/^    def _triangle(self, dc, coords, size=1):$/;"	m	class:PolyMarker
_triangle_down	wxPyPlot.py	/^    def _triangle_down(self, dc, coords, size=1):$/;"	m	class:PolyMarker
boundingBox	wxPyPlot.py	/^    def boundingBox(self):$/;"	m	class:PlotGraphics
boundingBox	wxPyPlot.py	/^    def boundingBox(self):$/;"	m	class:PolyPoints
draw	wxPyPlot.py	/^    def draw(self, dc):$/;"	m	class:PlotGraphics
draw	wxPyPlot.py	/^    def draw(self, dc, printerScale, coord= None):$/;"	m	class:PolyLine
draw	wxPyPlot.py	/^    def draw(self, dc, printerScale, coord= None):$/;"	m	class:PolyMarker
getLegend	wxPyPlot.py	/^    def getLegend(self):$/;"	m	class:PolyPoints
getLegendNames	wxPyPlot.py	/^    def getLegendNames(self):$/;"	m	class:PlotGraphics
getSymExtent	wxPyPlot.py	/^    def getSymExtent(self, printerScale):$/;"	m	class:PlotGraphics
getSymExtent	wxPyPlot.py	/^    def getSymExtent(self, printerScale):$/;"	m	class:PolyLine
getSymExtent	wxPyPlot.py	/^    def getSymExtent(self, printerScale):$/;"	m	class:PolyMarker
getTitle	wxPyPlot.py	/^    def getTitle(self, title= ''):$/;"	m	class:PlotGraphics
getXLabel	wxPyPlot.py	/^    def getXLabel(self):$/;"	m	class:PlotGraphics
getYLabel	wxPyPlot.py	/^    def getYLabel(self):$/;"	m	class:PlotGraphics
plot_printout	wxPyPlot.py	/^class plot_printout(wx.Printout):$/;"	c
resetDefaults	wxPyPlot.py	/^        def resetDefaults(self):$/;"	m	class:AppFrame
scaleAndShift	wxPyPlot.py	/^    def scaleAndShift(self, scale=(1,1), shift=(0,0)):$/;"	m	class:PlotGraphics
scaleAndShift	wxPyPlot.py	/^    def scaleAndShift(self, scale=(1,1), shift=(0,0)):$/;"	m	class:PolyPoints
setPrinterScale	wxPyPlot.py	/^    def setPrinterScale(self, scale):$/;"	m	class:PlotGraphics
setTitle	wxPyPlot.py	/^    def setTitle(self, title= ''):$/;"	m	class:PlotGraphics
setXLabel	wxPyPlot.py	/^    def setXLabel(self, xLabel= ''):$/;"	m	class:PlotGraphics
setYLabel	wxPyPlot.py	/^    def setYLabel(self, yLabel= ''):$/;"	m	class:PlotGraphics
