Open robinvd opened 8 months ago
I want to plot various things on top of images, And image coordinates in this case start with 0, 0 on the top left.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
An option to flip/invert the y-axis. like matplotlibs plt.gca().invert_yaxis()
plt.gca().invert_yaxis()
Describe alternatives you've considered
Additional context
I want to plot various things on top of images, And image coordinates in this case start with 0, 0 on the top left.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
An option to flip/invert the y-axis. like matplotlibs
plt.gca().invert_yaxis()
Describe alternatives you've considered
Additional context