Skip to content

Instantly share code, notes, and snippets.

@ishritam
Created October 9, 2019 07:19
Show Gist options
  • Save ishritam/53ec9f3ea55544702f0c990171de1384 to your computer and use it in GitHub Desktop.
Save ishritam/53ec9f3ea55544702f0c990171de1384 to your computer and use it in GitHub Desktop.
2-D scatter plot
#2-D scatter plot:
#ALWAYS understand the axis: labels and scale.
iris.plot(kind='scatter', x='sepal_length', y='sepal_width') ;
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment