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

Ability to hide rulers of cursor on plots #4555

Closed
wants to merge 2 commits into from

Conversation

Tombleron
Copy link

Sometimes rulers can be distracting and unnecessary. Linked cursors will still be displayed, but since their visibility is already configurable, it's not an issue.

@Tombleron Tombleron marked this pull request as draft May 28, 2024 09:11
@Tombleron Tombleron marked this pull request as ready for review May 28, 2024 09:11
Comment on lines +608 to +609
pub fn enable_cursor_drawing(mut self, enable: bool) -> Self {
self.enable_cursor_drawing = enable;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think show_cursor is a shorter and nicer name

@emilk
Copy link
Owner

emilk commented Jul 15, 2024

egui_plot has recently been moved to its own repository, at https://github.com/emilk/egui_plot

This will hopefully speed up its development by having more reviewers and maintainers.

Please re-open this PR at https://github.com/emilk/egui_plot/pulls

See also:

@emilk emilk closed this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants