Skip to content

Instantly share code, notes, and snippets.

@l337quez
Created October 26, 2016 13:22
Show Gist options
  • Save l337quez/646d2dec442eb175e0c93d61430d00f8 to your computer and use it in GitHub Desktop.
Save l337quez/646d2dec442eb175e0c93d61430d00f8 to your computer and use it in GitHub Desktop.
import numpy as np
import matplotlib.pyplot as plt
datos =np.arange (0,80)
plt.plot(datos,"r--")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment