|
|
__init__(self,
*chart_filenames)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
|
_charts
A dictionary mapping names to charts.
|
|
|
_left_chart
The left Chart.
|
|
|
_left_matrix
The ChartMatrixView for _left_chart
|
|
|
_left_name
The name _left_chart (derived from filename)
|
|
|
_left_selector
The drop-down MutableOptionsMenu used to select
_left_chart.
|
|
|
_op_label
A Label containing the most recent operation.
|
|
|
_out_chart
The out Chart.
|
|
|
_out_label
The label for _out_chart.
|
|
|
_out_matrix
The ChartMatrixView for _out_chart
|
|
|
_out_name
The name _out_chart (derived from filename)
|
|
|
_right_chart
The right Chart.
|
|
|
_right_matrix
The ChartMatrixView for _right_chart
|
|
|
_right_name
The name _right_chart (derived from filename)
|
|
|
_right_selector
The drop-down MutableOptionsMenu used to select
_right_chart.
|
|
|
_root
The root window
|