Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created August 19, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/cde3aab811a0dda5e20aacc8521f76cc to your computer and use it in GitHub Desktop.
Save lakshay-arora/cde3aab811a0dda5e20aacc8521f76cc to your computer and use it in GitHub Desktop.
%matplotlib notebook
import matplotlib.pyplot as plt
# scatter plot of some data # try this on your dataset
plt.scatter(data['quantity'],data['unit price'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment