Python_2  1.0
Functions | Variables
_03_pyplot_two_subplots Namespace Reference

A matplotlib example. More...

Functions

def f (t)
 

Variables

 t1 = np.arange(0.0, 5.0, 0.1)
 
 t2 = np.arange(0.0, 5.0, 0.02)
 

Detailed Description

A matplotlib example.

Author
Paulo Roma
Since
04/08/2009
See also
http://matplotlib.sourceforge.net/users/pyplot_tutorial.html

Function Documentation

◆ f()

def _03_pyplot_two_subplots.f (   t)

Variable Documentation

◆ t1

_03_pyplot_two_subplots.t1 = np.arange(0.0, 5.0, 0.1)

◆ t2

_03_pyplot_two_subplots.t2 = np.arange(0.0, 5.0, 0.02)