Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new graph model.
|
Creates new graph model object that has the same settings as
This includes axis/label visibility, actual plotting range, etc. Curves are not duplicated or referenced.
|
Reports the number of curves in a graph model.
|
Adds a new curve to a graph model.
|
Removes all the curves having same description string as
|
Removes the curve having given index.
|
Finds a graph curve model in a graph model by its description.
|
Gets a graph curve model in a graph model by its index.
|
Finds the index of a graph model curve.
|
Replaces a curve in a graph model.
Since: 2.51 |
Appends all curves from another graph model to a graph model. The colors of the curves can be updated, presumably to continue a
preset color sequence. This is controlled by argument
Since: 2.41 |
Sets x and y graph model units to match a data line.
|
Sets x and y graph model units to units derived from a data field.
Since: 2.51 |
Checks if the units of two graph models are compatible. This function is useful namely as a pre-check for moving curves between graphs.
Since: 2.41 |
Checks whehter x axis can be lograrithmed.
|
Checks whehter y axis can be lograrithmed.
|
Sets one axis label of a graph model.
|
Gets the label of a one graph model axis.
|
Gets the abscissa range of a graph. Explicitly set minimum and maximum range properties take precedence over values calculated from curve abscissa ranges.
|
Gets the ordinate range of a graph. Explicitly set minimum and maximum range properties take precedence over values calculated from curve ordinate ranges.
|
Gets the log-scale suitable range minima of a graph curve. See
Since: 2.8 |
Exports a graph model data to a string. The export format is specified by parameter
|
Convenience macro doing gwy_serializable_duplicate() with all the necessary typecasting.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |