Versatile annotating

We will import everything we need to bring up the simple sine plot:

import numpy as np
import matplotlib as mpl
import matplotlib.pyplot as plt
%matplotlib inline
# Set up figure size and DPI for screen demo
plt.rcParams['figure.figsize'] = (6,4)
plt.rcParams['figure.dpi'] = 150

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset