|
[Date Index]
[Thread Index]
[Author Index]
Re: How to color each point in ListPlot?
- To: mathgroup at smc.vnet.net
- Subject: [mg80272] Re: How to color each point in ListPlot?
- From: chuck009 <dmilioto at comcast.com>
- Date: Thu, 16 Aug 2007 04:47:39 -0400 (EDT)
If you've already created the Points with colors, then why not just use Show:
myPoints = {{Red, Point[{1, 1}]}, {Blue, Point[{2, 2}]}, {Green,
Point[{3, 3}]}};
Show[Graphics[myPoints]]
Prev by Date:
Re: rotation angles from rotation matrix
Next by Date:
Evaluation question
Previous by thread:
How to color each point in ListPlot?
Next by thread:
Re: How to color each point in ListPlot?
|