This repository has been archived on 2021-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-11-12 18:39:02 +01:00
2020-12-13 09:43:44 +01:00
2014-10-06 12:46:36 +02:00
2014-11-12 18:39:02 +01:00
2021-01-09 13:40:35 +01:00
2018-10-09 15:37:23 +02:00
2020-12-27 21:39:20 +01:00
2021-01-10 20:54:23 +01:00
2017-01-17 09:59:25 +01:00
2015-11-05 08:52:39 +01:00

Fonts for matplotlib
--------------------

Install Humor Sans font
```
sudo apt install fonts-humor-sans
```

Clear matplotlib font cache:
```
cd ~/.cache/matplotlib/
rm -r *
```

Older problems
--------------

Make sure the right fonts are installed:
```
sudo apt-get install ttf-lyx2.0 
```
There is some conflict with `lyx` fonts, so we first remove them
and remove the matplotlib font cache:
```
sudo dpkg --remove --force-depends fonts-lyx
rm ~/.cache/matplotlib/fontList.cache
# rm ~/.matplotlib/fontList.cache     # older ubuntus
```
Then we need to plot something to recreate the matplotlib font cache:
```
make cleanplots
make plots
```

You should better NOT reinstall
```
sudo apt-get install fonts-lyx 
```
to give back the fonts to lyx.
Description
Script of ScientificComputing course
Readme 274 MiB
Languages
Unity3D Asset 98.5%
Jupyter Notebook 0.9%
TeX 0.4%