Message Boards Message Boards

0
|
1481 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

[?] Change color of different plot points in same list plot?

Posted 5 years ago

I need to plot points of a graph, 2 being the x intercepts and 2 being the max and min values. My directions tell me to plot them on the same plot list function and the max and min need to be colored red and the intercepts need to be green. this is a stupidly simple question but everything about this program confuses me. I also need to then take those points with the same color and the put them onto the function graph which i feel like i understand how to do. If you can help me out it would be greatly appreciated.

POSTED BY: David Wood
Posted 5 years ago

David,

Since you provided no code or data sample it is not clear what you are trying to plot. Maybe this?

points = {{2, 0}, {2, 2}, {2, -2}}
ListPlot[{{Style[points[[1]], Green]}, Style[points[[2 ;; 3]], Red]}]

enter image description here

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract