Posts by João Pedro Simas • 11 points
1 post
-
0
votes1
answer40
viewsQ: How to change colors in graphics using matplotlib
I created a plot of points using matplotlib, but I want to put the following condition: For points above zero ( > 0) in Y paint green and for points below zero ( < 0) paint red.…