GnuCash c935c2f+
Loading...
Searching...
No Matches
Variables
pycons.simple_plot Namespace Reference

Variables

 t = arange(0.0, 1.0+0.01, 0.01)
 
 s = cos(2*2*pi*t)
 
 lw
 

Detailed Description

Example: simple line plot.
Show how to make and save a simple line plot with labels, title and grid

Variable Documentation

◆ lw

pycons.simple_plot.lw

Definition at line 11 of file simple_plot.py.

◆ s

pycons.simple_plot.s = cos(2*2*pi*t)

Definition at line 10 of file simple_plot.py.

◆ t

pycons.simple_plot.t = arange(0.0, 1.0+0.01, 0.01)

Definition at line 9 of file simple_plot.py.