Home | Trees | Index | Help |
---|
Package atmopy :: Package display :: Module matplotlib_ext |
|
Function Summary | |
---|---|
int |
Returns the time index of a given date in a data array defined by a configuration file. |
matplotlib.lines |
Plots x versus y, breaking the plot at any point where x[i] - x[i-1] > maxdelta. |
matplotlib.lines |
Plots x versus y with dates, breaking the plot at any point where x[i] - x[i-1] > maxdelta. |
matplotlib.lines |
Plots log(x) versus y, breaking the plot at any point where x[i] - x[i-1] > maxdelta. |
Sets parameters for specified lines, style #1. | |
Sets parameters for specified lines, style #2. | |
Searches for style variables in specified section of configstream, and applies the style to the given lines. |
Function Details |
---|
dstep(config, date)Returns the time index of a given date in a data array defined by a configuration file.
|
segplot(x, y, fmt, maxdelta, **kwargs)Plots x versus y, breaking the plot at any point where x[i] - x[i-1] > maxdelta. kwargs are passed on to plot.
|
segplot_date(x, y, fmt, maxdelta, **kwargs)Plots x versus y with dates, breaking the plot at any point where x[i] - x[i-1] > maxdelta. kwargs are passed on to plot
|
segplot_logx(x, y, fmt, maxdelta, **kwargs)Plots log(x) versus y, breaking the plot at any point where x[i] - x[i-1] > maxdelta. kwargs are passed on to plot.
|
set_style1(lines)Sets parameters for specified lines, style #1. Style is red, continuous line, 1.5 width, antialiased.
|
set_style2(lines)Sets parameters for specified lines, style #2. Style is blue, discontinuous line, 1.0 width, antialiased.
|
set_style_fromconfig(config, section, lines)Searches for style variables in specified section of configstream, and applies the style to the given lines. Style must have following entries : antialiased (True/False) color (r,y,...) linestyle (-, --, ...) linewidth (float) grid (True/False) date_format (date format, ie %d/%m/%y) labels_rotation (integer) For more details about style options, see matplotlib reference page.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue May 19 10:37:13 2009 | http://epydoc.sf.net |