Python libraries: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
Created page with "== Matplotlib == import matplotlib.pyplot or import matplotlib.pyplot as plt To Python"
 
Line 6: Line 6:


import matplotlib.pyplot as plt
import matplotlib.pyplot as plt
Example: build a histogram


[[Python|To Python]]
[[Python|To Python]]

Revision as of 17:39, 11 February 2016

Matplotlib

import matplotlib.pyplot

or

import matplotlib.pyplot as plt

Example: build a histogram

To Python