Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/b26c69b7ffbc4b684f1bda8adf4e168d to your computer and use it in GitHub Desktop.
Save techwithshadab/b26c69b7ffbc4b684f1bda8adf4e168d to your computer and use it in GitHub Desktop.
plt.scatter(mar_budget, subs_gained)
plt.xlim(0,120)
plt.ylim(0,260)
plt.xlabel('Marketing Budget(in thousand of Dollars)')
plt.ylabel('Subscribers Gained(in thousand)')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment