Created
August 2, 2019 18:23
-
-
Save techwithshadab/b26c69b7ffbc4b684f1bda8adf4e168d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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