Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

egui_plot: Fix the same plot tick label being painted multiple times #4307

Merged
merged 1 commit into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. egui_plots: Fix the same plot tick label being painted multiple times

    Usually this isn't visible (the same label being painted on top of
    itself), but it will be visible if the user has a custom formatter
    (e.g. `y_axis_formatter`) that choses a different format based on
    `GridMark:step_size` (e.g. using fewer decimals for thicker ticks).
    emilk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8fa0d34 View commit details
    Browse the repository at this point in the history