I'm drawing lines from coordinate data in a read-in data file. I use scale(1,-1) to set my origin (0,0) in the bottom left of the window instead of Processing's default top left. This all works fine until I draw labels on the data lines. The text is inverted and upside down, which is understandable given that I have flipped the screen.
Does anyone have a workaround for this. I'm sure there must be many examples of plotting from lower left and adding labels, but I'm not finding them.
Thoughts?
1