Guest User

Untitled

a guest
Jan 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. setup_text_plots(fontsize=8, usetex=True)
  2.  
  3. Traceback (most recent call last):
  4. File "example.py", line 19, in <module>
  5. setup_text_plots(fontsize=8, usetex=True)
  6. File "/home/apoorve/.local/lib/python2.7/site-packages/astroML/plotting /settings.py", line 17, in setup_text_plots
  7. matplotlib.rc('patch', force_edgecolor=True)
  8. File "/usr/lib/python2.7/dist-packages/matplotlib/__init__.py", line 1234, in rc
  9. 'name "%s"') % (key, g, name))
  10. KeyError: u'Unrecognized key "patch.force_edgecolor" for group "patch" and name "force_edgecolor"'
Add Comment
Please, Sign In to add comment