This class is a wrapper for plotting TGNs. It can plot TGNs on a 2D
plot of requested parameter options.
|
__init__(self,
iTGN=None,
thread=bool(False))
Ths method should be invoked blind with either a single TGN or a list
of TGNS. |
source code
|
|
|
setXQuantity(self,
newX="d")
Using the single character string see the output of getQualityTable()
select the quantity to show on the Xaxis. |
source code
|
|
|
setYQuantity(self,
newY="y")
Using the single character string see the output of getQualityTable()
select the quantity to show on the Yaxis. |
source code
|
|
|
createFigure(self,
filename=None)
This function provides an interface to python plotting that will plot
a TGN or thread of TGNs given to the plotTGN class. |
source code
|
|
|
createReportFigures(self,
filename=None)
This function creates a single plot with subplot of all know
properties plotted against each other to see if there are any
relationships between TGNs |
source code
|
|
|
__getIndexAndLabels__(self)
Returns index and labels for X and Y axis |
source code
|
|
|
__primativePlotTGNs__(self,
bare=bool(False))
Is a macro of plotting commands that takes a list of TGNs that plots
each of these individually as a collection of points. |
source code
|
|
|
__primativePlotThread__(self,
bare=bool(False))
Is a macro of plotting commands that takes a list of TGNs that plots
each of these individually as a collection of points. |
source code
|
|