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-27 16:28:04 +01:00
announcements added all my stuff 2014-11-12 18:39:02 +01:00
bootstrap updated plots of the data analysis chapters 2020-01-14 23:38:16 +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 updated plots of the data analysis chapters 2020-01-14 23:38:16 +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 [projects] fixed poweranalysis title 2020-01-22 14:23:02 +01:00
programming removed \codeterm (replaced by \entermde) 2019-12-10 09:14:10 +01:00
projects [projects] imrpoved population vector 2020-01-27 16:28:04 +01:00
regression updated plots of the data analysis chapters 2020-01-14 23:38:16 +01:00
resources moved Brown paper to resources 2018-10-09 15:37:23 +02:00
simulations [simulations] updated plots 2020-01-14 23:45:18 +01:00
spectral/lecture some notes 2019-12-13 10:09:35 +01:00
spike_trains [pointprocesses] move firing rate exercise to point processes folder 2020-01-17 10:06:05 +01:00
statistics updated plots of the data analysis chapters 2020-01-14 23:38:16 +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 [simulations] updated plots 2020-01-14 23:45:18 +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.