Public Member Functions | |
def | __init__ (self) |
def | labels (self, title='', units='') |
def | plot1 (self, figNum, time, data, title='', units='', options='') |
def | plot2 (self, figNum, time1, data1, time2, data2, title='', units='', options='') |
def | plot3Axes (self, figNum, time, data, title='', units='', xlabel='Time(s)', options='', xlim=None, ylim=None) |
def | plot3D (self, figNum, figTitle='') |
def | plot3setYspan (self, figNum, yspan=None) |
def | plotNE (self, figNum, north, east, title='', units='', options='') |
def | setPreTitle (self, serNum) |
def | subplots (self, figNum, numRows, figTitle='', sharex=True, numCols=1) |
def | subplotSetYspan (self, ax, yspan) |
def | subplotSetYspanMin (self, ax, yspan) |
def | subplotSingle (self, ax, time, data, title='', ylabel='', xlabel='', options='') |
def | subplotSingle2x (self, figNum, plotNum, numRows, numCols, time, data, title='', units='', options='') |
Public Attributes | |
f | |
preTitle | |
timeIsUtc | |
Static Public Attributes | |
ax | |
datenums | |
dates | |
fig | |
rotation | |
sharex | |
subplt | |
title | |
tm | |
units | |
xfmt | |
Definition at line 24 of file plotTools.py.
def python.pylib.plotTools.cPlot.__init__ | ( | self | ) |
Definition at line 25 of file plotTools.py.
def python.pylib.plotTools.cPlot.labels | ( | self, | |
title = '' , |
|||
units = '' |
|||
) |
Definition at line 36 of file plotTools.py.
def python.pylib.plotTools.cPlot.plot1 | ( | self, | |
figNum, | |||
time, | |||
data, | |||
title = '' , |
|||
units = '' , |
|||
options = '' |
|||
) |
Definition at line 40 of file plotTools.py.
def python.pylib.plotTools.cPlot.plot2 | ( | self, | |
figNum, | |||
time1, | |||
data1, | |||
time2, | |||
data2, | |||
title = '' , |
|||
units = '' , |
|||
options = '' |
|||
) |
Definition at line 59 of file plotTools.py.
def python.pylib.plotTools.cPlot.plot3Axes | ( | self, | |
figNum, | |||
time, | |||
data, | |||
title = '' , |
|||
units = '' , |
|||
xlabel = 'Time (s)' , |
|||
options = '' , |
|||
xlim = None , |
|||
ylim = None |
|||
) |
Definition at line 79 of file plotTools.py.
def python.pylib.plotTools.cPlot.plot3D | ( | self, | |
figNum, | |||
figTitle = '' |
|||
) |
Definition at line 204 of file plotTools.py.
def python.pylib.plotTools.cPlot.plot3setYspan | ( | self, | |
figNum, | |||
yspan = None |
|||
) |
Definition at line 174 of file plotTools.py.
def python.pylib.plotTools.cPlot.plotNE | ( | self, | |
figNum, | |||
north, | |||
east, | |||
title = '' , |
|||
units = '' , |
|||
options = '' |
|||
) |
Definition at line 301 of file plotTools.py.
def python.pylib.plotTools.cPlot.setPreTitle | ( | self, | |
serNum | |||
) |
Definition at line 33 of file plotTools.py.
def python.pylib.plotTools.cPlot.subplots | ( | self, | |
figNum, | |||
numRows, | |||
figTitle = '' , |
|||
sharex = True , |
|||
numCols = 1 |
|||
) |
Definition at line 212 of file plotTools.py.
def python.pylib.plotTools.cPlot.subplotSetYspan | ( | self, | |
ax, | |||
yspan | |||
) |
Definition at line 287 of file plotTools.py.
def python.pylib.plotTools.cPlot.subplotSetYspanMin | ( | self, | |
ax, | |||
yspan | |||
) |
Definition at line 293 of file plotTools.py.
def python.pylib.plotTools.cPlot.subplotSingle | ( | self, | |
ax, | |||
time, | |||
data, | |||
title = '' , |
|||
ylabel = '' , |
|||
xlabel = '' , |
|||
options = '' |
|||
) |
Definition at line 224 of file plotTools.py.
def python.pylib.plotTools.cPlot.subplotSingle2x | ( | self, | |
figNum, | |||
plotNum, | |||
numRows, | |||
numCols, | |||
time, | |||
data, | |||
title = '' , |
|||
units = '' , |
|||
options = '' |
|||
) |
Definition at line 263 of file plotTools.py.
|
static |
Definition at line 110 of file plotTools.py.
|
static |
Definition at line 107 of file plotTools.py.
|
static |
Definition at line 106 of file plotTools.py.
python.pylib.plotTools.cPlot.f |
Definition at line 27 of file plotTools.py.
|
static |
Definition at line 50 of file plotTools.py.
python.pylib.plotTools.cPlot.preTitle |
Definition at line 30 of file plotTools.py.
|
static |
Definition at line 109 of file plotTools.py.
|
static |
Definition at line 94 of file plotTools.py.
|
static |
Definition at line 94 of file plotTools.py.
python.pylib.plotTools.cPlot.timeIsUtc |
Definition at line 31 of file plotTools.py.
|
static |
Definition at line 46 of file plotTools.py.
|
static |
Definition at line 253 of file plotTools.py.
|
static |
Definition at line 48 of file plotTools.py.
|
static |
Definition at line 112 of file plotTools.py.