Eidolon
Classes | Functions | Variables
eidolon.plugins.PlotPlugin Namespace Reference

Classes

class  BasePlotWidget
 
class  ColorBar
 
class  PlotPlugin
 
class  PlotSceneObject
 
class  RegionGraphDockWidget
 
class  RegionPlotWidget
 
class  SimpleGraphWidget
 
class  TimePlotWidget
 

Functions

def AHAPlotWidget (plugin, parent=None)
 
def PoolRegionPlotWidget (plugin, parent=None)
 
def AHADockWidget (plugin, parent=None)
 
def AHAPoolDockWidget (plugin, parent=None)
 
def PoolDockWidget (plugin, parent=None)
 

Variables

 DatafileParams
 
 AHARegionNames
 

Function Documentation

◆ AHADockWidget()

def eidolon.plugins.PlotPlugin.AHADockWidget (   plugin,
  parent = None 
)
Here is the call graph for this function:

◆ AHAPlotWidget()

def eidolon.plugins.PlotPlugin.AHAPlotWidget (   plugin,
  parent = None 
)
Here is the caller graph for this function:

◆ AHAPoolDockWidget()

def eidolon.plugins.PlotPlugin.AHAPoolDockWidget (   plugin,
  parent = None 
)
Here is the call graph for this function:

◆ PoolDockWidget()

def eidolon.plugins.PlotPlugin.PoolDockWidget (   plugin,
  parent = None 
)
Here is the call graph for this function:

◆ PoolRegionPlotWidget()

def eidolon.plugins.PlotPlugin.PoolRegionPlotWidget (   plugin,
  parent = None 
)
Here is the caller graph for this function:

Variable Documentation

◆ AHARegionNames

AHARegionNames
Initial value:
1 = enum(
2  'Basal Anterior',
3  'Basal Anteseptal',
4  'Basal Inferoseptal',
5  'Basal Inferior',
6  'Basal Inferolateral',
7  'Basal Anterolateral',
8  'Mid Anterior',
9  'Mid Anteseptal',
10  'Mid Inferoseptal',
11  'Mid Inferior',
12  'Mid Inferolateral',
13  'Mid Anterolateral',
14  'Apical Anterior',
15  'Apical Septal',
16  'Apical Inferior',
17  'Apical Lateral,',
18  'Apex'
19 )

◆ DatafileParams

DatafileParams
Initial value:
1 = enum(
2  'name',
3  'title',
4  'matrix',
5  'timesteps',
6  'widgettype',
7  'srcobject',
8  'labels',
9  'ispercent',
10  'istimed',
11 )