Package parasol :: Module CarpetPlot :: Class Carpet
[hide private]
[frames] | no frames]

Class Carpet

source code


Instance Methods [hide private]
 
__init__(self, func, aName='A', aList=[1.0, 2.0, 3.0, 4.0], bName='B', bList=[1.0, 2.0, 3.0, 4.0], nStepsA=20, nStepsB=20, iLabelsX=0, iLabelsY=1000, alphaInLineLabels=0.5, linewidth=2, inLineLabels=1, showGrid=1, showLabels=1, logX=0, logY=0, titleStr='', xLabelStr='', yLabelStr='')
func returns the x,y coordinates that are plotted
source code
 
plotCarpet(self, afmt='red', bfmt='blue', figObj=None) source code
 
placeLabel(self, i, xL, yL, fmt, label, xmin, xmax, ymin, ymax, props) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, func, aName='A', aList=[1.0, 2.0, 3.0, 4.0], bName='B', bList=[1.0, 2.0, 3.0, 4.0], nStepsA=20, nStepsB=20, iLabelsX=0, iLabelsY=1000, alphaInLineLabels=0.5, linewidth=2, inLineLabels=1, showGrid=1, showLabels=1, logX=0, logY=0, titleStr='', xLabelStr='', yLabelStr='')
(Constructor)

source code 

func returns the x,y coordinates that are plotted

Overrides: object.__init__