emilk / egui_plot

2D plotting library in Rust for egui
Apache License 2.0
95 stars 31 forks source link

egui_plot invert y axis #21

Open robinvd opened 8 months ago

robinvd commented 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()

Describe alternatives you've considered

Additional context