Skip to content

Instantly share code, notes, and snippets.

@mohcinemadkour
Created April 14, 2019 15:54
Show Gist options
  • Save mohcinemadkour/9359c7788226200e1ad3e0b619523476 to your computer and use it in GitHub Desktop.
Save mohcinemadkour/9359c7788226200e1ad3e0b619523476 to your computer and use it in GitHub Desktop.
for i in range(len(imfs1)):
fig, ax = plt.subplots(figsize=(25,1))
fig = plt.plot(imfs1[i], label = "IMF{}".format(i))
plt.legend()
plt.show()