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: Improve default formatter of tick-marks #4738

Merged
merged 7 commits into from
Jun 30, 2024

Commits on Jun 30, 2024

  1. Avoid adding overlapping tick-marks

    In particular it happened due to rounding errors
    emilk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ec951fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd14d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7aa233 View commit details
    Browse the repository at this point in the history
  4. fix typo

    emilk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    de01bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fcf490 View commit details
    Browse the repository at this point in the history
  6. typo and clippy

    emilk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    f16d828 View commit details
    Browse the repository at this point in the history
  7. #[inline]

    emilk committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1f81325 View commit details
    Browse the repository at this point in the history