83
100
import matplotlib.pyplot as plt import numpy as np plt.style.use('_mpl-gallery') ### "plot" # make data x = np.linspace(0, 10, 100) y = 4 + 2 * np.sin(2 * x) # plot fig1, ax = …
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

83
100
The following code produces a graph: import matplotlib gr = matplotlib.pyplot.plot([1,2,3]) Now, if I check the type of this seemingly graph object: …
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

See more