Matplotlib has a function that writes text in figure coordinates (.figtext())
Is there a way to do the same but for drawing lines?
In particular my goal is to draw lines to group some ticks on the y-axis together.
|
Matplotlib has a function that writes text in figure coordinates (.figtext()) Is there a way to do the same but for drawing lines? In particular my goal is to draw lines to group some ticks on the y-axis together. |
|||
|
|
|
This will do it:
But if you want to align with ticks, then why not use plot coordinates? |
|||||||||
|