-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Multi-line text instances differing in linespacing not rendered correctly #7523
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
Comments
This is a really easy fix; one needs to add |
Can I take a crack at this? I would like to contribute to matplotlib. |
Sure, no need to ask, just follow the changes that I outlined and open a PR. |
I am trying to try out how to test functions in matplotlib. I ran the sample test on the documentation: but got the following error:
I am not sure how to proceed if I can't test my changes. |
@vincentpham1991 what OS/platform are you on? |
I am using Mac OS 10.11.6 |
can you describe your setup a little further? |
I solved the issue I mentioned above but am running into another issue:
I pulled from the master branch from github a couple of hours ago, so it should be the latest version. I just pulled again to confirm. From the package, I ran python setup.py develop. I am using the base version of python installed by brew. My current version is Python 2.7.10. I renamed setup.cfg.template to setup.cfg and uncommented:
As well as:
|
Make sure to change |
Yes, I made the change to setup.cfg before running the setup. |
If you installed, changed the config, and then installed again, it may still be re-using the objects built and linked from the first install. The python builder is smart, but not that smart. |
fig 1:

fig 2:

fig 3:

The text was updated successfully, but these errors were encountered: