-
Notifications
You must be signed in to change notification settings - Fork 764
Closed
Description
Hi,
Whenever I use this package setting
plt.style.use(["science"])
plt.style.reload_library()
I get the following warning sign multiple times when I plot anything:
matplotlib.texmanager - INFO - No LaTeX-compatible font found for the serif font family in rcParams. Using default.
Now, I have investigated a little, this warning is issued here:
so it looks like it cannot found the specified font in the attribute TexManager.font_info
. I have printed the font that is trying to look at, and it is "Times New Roman", as you would expect, but indeed that font is not found in the font_info
dictionary:
What am I missing here? I am using:
SciencePlots: latest commite release
Matplotlib: 3.3.0
OS: Manjaro 20.2
Tex: Texlive installation with these packages:
texlive-bibtexextra
texlive-core
texlive-fontsextra
texlive-formatsextra
texlive-games
texlive-humanities
texlive-latexextra
texlive-music
texlive-pictures
texlive-pstricks
texlive-publishers
texlive-science
Thank you very much for your help!
OrianeN
Metadata
Metadata
Assignees
Labels
No labels