-
Notifications
You must be signed in to change notification settings - Fork 10
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
Known Issue: Left-flushing of annotations relies on the monospace font #62
Comments
Hey sjiang40, thanks so much for pointing me to matplotlib.pyplot.table. I was not aware of this. Seems like a potential solution to aligning the y-labels. Will investigate this for a future release. @sjiang40 Let me know if it's something you want to work on. |
@LSYS I would love to help but I will be on rotations in the hospital for the foreseeable future and I will have to spend my free time working on other research. Assuming you get to this before I get a chance to, I suspect Alternatively, if
Here's some example code from my use case (note: this example is not robust and assumes
|
would be good to see the text to allow left-align with any font. |
I would like to use different fonts (e.g. Helvetica, Arial) to match journal font requirements for publication-ready figures.
A potential fix could be to use matplotlib.pyplot.table to render the table text to allow left-align with any font.
The text was updated successfully, but these errors were encountered: