Created
September 4, 2019 10:17
-
-
Save aravindpai/027f86026d72a2909eb8b6e7b13cf25d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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