These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

Abstract : Graph

Class description:

Work in progress--not yet supported.

Methods:

  • addLine
  • addPoint
  • setTitle
  • setXAxisName
  • setYAxisName
    addLine( self, lineColor )

    Adds a line to the graph with the color lineColor. This method returns an integer corresponding to the new line. You will need to use this number to add values to the line later on using add-point.


    addPoint( self, lineNumber, yValue )

    Adds a point on the line lineNumber, with the Y-value yValue.


    setTitle( self, title )

    Sets the title of the graph to title.


    setXAxisName( self, xName )

    Sets the X-axis label to xName.


    setYAxisName( self, yName )

    Sets the Y-axis label to yName.