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

Changing the plot title should trigger drawScale() #6

Open
zifredder opened this issue Feb 10, 2022 · 0 comments
Open

Changing the plot title should trigger drawScale() #6

zifredder opened this issue Feb 10, 2022 · 0 comments

Comments

@zifredder
Copy link
Owner

If the title is adjusted and is changed in height, the axes will automatically re-position, which usually messes up the scale position.
This would probably be best handled with events/listeners. Possibly, it would be optimal to have any change of the axes' position to trigger an event that triggers self.drawScale(), which would cover the case where the axes' title is adjusted.

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

No branches or pull requests

1 participant