|
GnuCash c935c2f+
|
Variables | |
| t = arange(0.0, 1.0+0.01, 0.01) | |
| s = cos(2*2*pi*t) | |
| lw | |
Example: simple line plot. Show how to make and save a simple line plot with labels, title and grid
| pycons.simple_plot.lw |
Definition at line 11 of file simple_plot.py.
| pycons.simple_plot.s = cos(2*2*pi*t) |
Definition at line 10 of file simple_plot.py.
| pycons.simple_plot.t = arange(0.0, 1.0+0.01, 0.01) |
Definition at line 9 of file simple_plot.py.