Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created September 4, 2019 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/027f86026d72a2909eb8b6e7b13cf25d to your computer and use it in GitHub Desktop.
Save aravindpai/027f86026d72a2909eb8b6e7b13cf25d to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
fig = plt.figure(figsize=(14, 8))
ax1 = fig.add_subplot(211)
ax1.set_xlabel('time')
ax1.set_ylabel('Amplitude')
ax1.plot(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment