Python Matplotlib Cheat Sheet Quick reference for Matplotlib — the foundational data visualization library for Python. Covers pyplot interface, Figure/Axes objects, chart types, styling, annotations, ...
def plot_levels(func, xrange=None, yrange=None, levels=None): Plotting the contour lines of the function.