Matplotlib font cache
Fixing the matplotlib font cache go into python import matplotlib.font_manager as jt jt._rebuild() font cache seems to be ~/.cache/matplotlib/fontList.json
Fixing the matplotlib font cache go into python import matplotlib.font_manager as jt jt._rebuild() font cache seems to be ~/.cache/matplotlib/fontList.json
(brief random notes, that may help someone else) A brief tale of getting a matplotlib and basemap to work with pyinstaller. There are two strands to this the Linux and Windows. This is mostly the linux story. Step by step, … Continue reading
Having big problems persuading a python,matplotlib and Basemap project to freeze using Pyinstaller. On doze and Linux, Basemap kept looking in the site distribution for the data files. Workround I found was the addition of this environment variable PROJ_DIR via a tweak to proj.py as … Continue reading