You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make lack of support more explicit for non-postscript fonts + usetex.
The info-level log can easily be hidden, and the KeyError may look like
a bug on Matplotlib's side. Instead, explicitly raise an exception
whose error message states that Matplotlib doesn't currently support
certain cases.
Use a LookupError (a parent class of KeyError, so a slight API break)
rather than a KeyError as KeyError formats its argument as if it was the
missing key (calling repr on it), which would not be the case here.
0 commit comments