Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

scatter plot of a dataframe in python

>>> ax2 = df.plot.scatter(x='length',
...                       y='width',
...                       c='species',
...                       colormap='viridis')
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #scatter #plot #dataframe #python
ADD COMMENT
Topic
Name
4+6 =