Package reflectometry :: Package model1d :: Package theoryview :: Module matPlotBase

Module matPlotBase

source code

Classes
  LineAttribute
Attributes for PolyLine:
  MarkerAttribute
Attributes for PolyMarker.
  PlotAttribute
Attributes for each graphics plotting.
  MatPlotBase
A base panel to support AUI managerment.
Functions
 
getMarkerString(i) source code
 
getColorString(i) source code
Variables
  MARKER_STRINGS = ('x', '+', 's', 'o', '^', '>', 'v', '<', 'd',...
  COLOR_STRINGS = ('#0000FF', '#FF0000', '#7CFC00', '#EE82EE', '...
Variables Details

MARKER_STRINGS

Value:
('x', '+', 's', 'o', '^', '>', 'v', '<', 'd', 'p', 'h', '8')

COLOR_STRINGS

Value:
('#0000FF',
 '#FF0000',
 '#7CFC00',
 '#EE82EE',
 'purple',
 'c',
 'm',
 'y',
...