0

I want to use matplotlib to draw scatter plot.

I have a table like below.

enter image description here

How can I make a scatter plot of the first two columns, with a distinct marker color base on the fifth columns?

Styx
  • 9,863
  • 8
  • 43
  • 53
Amelia
  • 1
  • 1
  • what is code you have already written for these ? – Shubham Sharma Sep 30 '17 at 04:04
  • You can divide your problem into two parts (1) select a column from a numpy array (2) plot a scatter plot. There are numerous questions about both already, so this can be closed as duplicate. Next time asking, please make sure to state the actual problem, not only the task and show what you have tried to solve the problem. See [ask]. – ImportanceOfBeingErnest Sep 30 '17 at 09:06

0 Answers0