matplotlib

This is an old revision of the document!


Non interactive:

import matplotlib.pyplot as plt
import numpy as np
plt.plot(....)

Embedded matplotlib in a gui:

ipython --pylab (equivalend to from pylab import *)

__pylab is a way of importing pyplot and most of numpy into the namespace__
 
  • matplotlib.1437853612.txt.gz
  • Last modified: 11 years ago
  • by admin