Script of ScientificComputing course
This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-01-04 12:54:09 +01:00
announcements added all my stuff 2014-11-12 18:39:02 +01:00
bootstrap [regression] some more notes 2019-12-12 08:49:27 +01:00
codestyle removed \codeterm (replaced by \entermde) 2019-12-10 09:14:10 +01:00
debugging/lecture global figure sizes and subplot adjust values 2020-01-04 11:37:55 +01:00
designpattern/lecture [codestyle] renamed programmingstyle/ to codestyle/ 2019-12-06 23:30:21 +01:00
further_topics/lectures minor changes to further topics presentation 2015-11-04 20:26:25 +01:00
latex statistics datat types done 2014-10-06 12:46:36 +02:00
likelihood [likelihood] better exercise 2 2019-12-18 14:18:15 +01:00
linearalgebra [linalg] added solutions to exercise 2019-01-08 14:47:04 +01:00
moduledescription added all my stuff 2014-11-12 18:39:02 +01:00
plotting removed \codeterm (replaced by \entermde) 2019-12-10 09:14:10 +01:00
pointprocesses improved indices 2019-12-10 00:09:48 +01:00
programming removed \codeterm (replaced by \entermde) 2019-12-10 09:14:10 +01:00
projects Merge branch 'master' of https://whale.am28.uni-tuebingen.de/git/teaching/scientificComputing 2019-05-15 09:18:27 +02:00
regression added global plotstyle.py providing common formatting and colors 2019-12-20 23:08:51 +01:00
resources moved Brown paper to resources 2018-10-09 15:37:23 +02:00
simulations [plotstyle] adjust_fs() function for plot margins as multiples of font size 2020-01-04 12:54:09 +01:00
spectral/lecture some notes 2019-12-13 10:09:35 +01:00
spike_trains some fixes to firing rate exercise 2018-12-03 21:10:02 +01:00
statistics [simulations] improved univariate data exercise 2019-12-18 10:19:33 +01:00
statistics-fabian change assignment text to german 2015-10-30 18:38:01 +01:00
.gitignore [plotstyle] adjust_fs() function for plot margins as multiples of font size 2020-01-04 12:54:09 +01:00
chapter.mk added global plotstyle.py providing common formatting and colors 2019-12-20 23:08:51 +01:00
header.tex global figure sizes and subplot adjust values 2020-01-04 11:37:55 +01:00
Makefile fixed many index entries 2019-12-09 20:01:27 +01:00
plotstyle.py [plotstyle] adjust_fs() function for plot margins as multiples of font size 2020-01-04 12:54:09 +01:00
README.fonts [codestyle] renamed programmingstyle/ to codestyle/ 2019-12-06 23:30:21 +01:00
scientificcomputing-script.tex [simulations] initialized new chapter 2019-12-17 09:41:50 +01:00
slides.mk added slides for bootstrap 2017-01-17 09:59:25 +01:00
UT_WBMW_Rot_RGB.pdf Some makeup everywhere... 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
```

You should better NOT reinstall
```
sudo apt-get install fonts-lyx 
```
to give back the fonts to lyx.