-
Notifications
You must be signed in to change notification settings - Fork 29
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
Force certain scale bar length #9
Comments
I suspect the |
No the I guess the constructor would need two additional arguments: |
I am just wondering what would happen if someone selects a combination where the scale bar is either too long for the subplot or too small to be visible.
I have no idea if this is feasible, but maybe one could issue a warning if the `length_fraction` goes towards one or is smaller than 0.05.
|
Thanks for implementing this (in the relevant branch), it works as intended! |
Works as expected! I ❤️ matplotlib-scalebar! :D |
First; thanks for making this!
I'm plotting several images together in a subplot, as seen in the image below (for science reasons some information is blurred).
For sake of consistency I'd like to have a 1 mm scale bar on all the images.
Is this possible?
The text was updated successfully, but these errors were encountered: