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

Fantasy and cursive fonts installed on travis are no longer used correctly by docs build #6045

Closed
jenshnielsen opened this issue Feb 22, 2016 · 3 comments

Comments

@jenshnielsen
Copy link
Member

See http://matplotlib.org/devdocs/examples/pylab_examples/fonts_demo.html and https://travis-ci.org/matplotlib/matplotlib/jobs/110829217 it seems to be ok on 2.x thou

@QuLogic
Copy link
Member

QuLogic commented Feb 22, 2016

May be related to #5998?

@QuLogic
Copy link
Member

QuLogic commented Oct 16, 2016

Possibly relevant lines:

/home/travis/build/matplotlib/matplotlib/lib/matplotlib/font_manager.py:1314:
 UserWarning: findfont: Font family ['cursive'] not found. Falling back to DejaVu Sans
  (prop.get_family(), self.defaultFamily[fontext]))

/home/travis/build/matplotlib/matplotlib/lib/matplotlib/font_manager.py:1314:
 UserWarning: findfont: Font family ['fantasy'] not found. Falling back to DejaVu Sans
  (prop.get_family(), self.defaultFamily[fontext]))

/home/travis/build/matplotlib/matplotlib/lib/matplotlib/font_manager.py:1314:
 UserWarning: findfont: Font family ['Humor Sans', 'Comic Sans MS'] not found. Falling back to DejaVu Sans
  (prop.get_family(), self.defaultFamily[fontext]))

@anntzer
Copy link
Contributor

anntzer commented Jul 6, 2019

This appears to have been fixed as of master: https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/fonts_demo.html.

@anntzer anntzer closed this as completed Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants