Module gwy :: Class GraphCurveType
[hide private]
[frames] | no frames]

Class GraphCurveType

source code

Graph curve plotting type.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  GRAPH_CURVE_HIDDEN
Curve is invisible.
  GRAPH_CURVE_LINE
Curve data is plotted with a line.
  GRAPH_CURVE_LINE_POINTS
Curve data is plotted with symbols and a line.
  GRAPH_CURVE_POINTS
Curve data is plotted with symbols.