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
The following shows up when trying to use matplotlib with icetray loaded:
FileNotFoundError: [Errno 2] No such file or directory: 'latex': 'latex'
There is also a missing fonts warning, but that shouldn't be causing issues:
/cvmfs/icecube.opensciencegrid.org/py3-v4.1.1/Ubuntu_20.04_x86_64/lib/python3.7/site-packages/matplotlib/font_manager.py:1331: UserWarning: findfont: Font family ['serif'] not found. Falling back to DejaVu Sans
(prop.get_family(), self.defaultFamily[fontext]))
The text was updated successfully, but these errors were encountered:
Correction - plotting only doesn't work when using a certain custom style; default matplotlib works
jamierajewski
changed the title
Plotting in Jupyter notebooks doesn't work - missing LaTeX?
Running the STRAW paper code in Jupyter doesn't work - missing LaTeX component(s)?
Jun 15, 2021
The following shows up when trying to use matplotlib with icetray loaded:
There is also a missing fonts warning, but that shouldn't be causing issues:
The text was updated successfully, but these errors were encountered: