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
2014-10-06 12:46:36 +02:00
2019-12-01 18:24:59 +01:00
2014-11-12 18:39:02 +01:00
2018-10-09 15:37:23 +02:00
2017-11-26 11:53:21 +01:00
2019-12-02 13:04:32 +01:00
2017-01-17 09:59:25 +01:00
2015-11-05 08:52:39 +01:00

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

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
```
To give back the fonts to lyx we reinstall them
```
sudo apt-get install fonts-lyx 
```
Description
Script of ScientificComputing course
Readme 274 MiB
Languages
Unity3D Asset 98.5%
Jupyter Notebook 0.9%
TeX 0.4%