Home | Trees | Indices | Help |
---|
|
Preliminary plotting package in Pylab.
Author: R. Lombaert
|
|||
string |
|
||
string |
|
||
str |
|
||
(list[string],list[string]) |
|
||
|
|||
list(str) |
|
||
string, string |
|
||
list[array], list[array] |
|
||
dict |
|
|
|||
__package__ =
|
|
Plot data in tiles in a single figure. The number of tiles in the x and y direction can be specified by the dimensions keyword. The data are then given in the form of a dictionary, in which each entry describes the contents of a single tile. These dictionaries are passed in a list of which the length is x-dim * y-dim. Can be less, but then no data will be plotted in the final # tiles. If length is less, and the keytags keyword is included, the keytags will be put in the final tile. This only works if all data dicts have the same amount of data lists. The same line types are used for all tiles. They can be specified as well as left to the default. General properties can also be passed as extra keywords or as a cfg file, as with the plotCols() method.
|
Plot a spectrum, with or without a number of subplots. Pylab can be made to show the plot before saving, and will do so anyway if the filename is not defined, in which case no file will be saved. The Pylab figure types can be used here, by setting the extension keyword.
|
Save a figure to a filename for a given extension.
|
Set the line types for this plot. If they are given as input, nothing is changed. If the input is wrong, they are given by default values. Zeroes in the input are also replaced by defaults.
|
Set the line labels in a plot.
|
Make linetypes from a list of colors and line types.
|
Split a line style string in its color and line type components. Note that grayscale values should always be given as a four-character string that represents a float between 0 and 1.
|
[DEPRECATED] -- not used by Plotting2 anymore. Convert x and y data into input for an unbinned 'histogram' plot. (by Pieter de Groote)
|
Read a cfg file.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 7 18:01:56 2016 | http://epydoc.sourceforge.net |