Python libraries

From GotOpinion
Revision as of 17:39, 11 February 2016 by Paul (talk | contribs) (Matplotlib)
Jump to navigation Jump to search

Matplotlib

import matplotlib.pyplot

or

import matplotlib.pyplot as plt

Example: build a histogram

To Python