Skip to content
Snippets Groups Projects
Commit c2f93790 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

matplotlib/usetex requires dvipng

parent c550e5d2
No related branches found
No related tags found
1 merge request!773new mechanism to steer simulation size in examples and tests, based on command-line argument sim_n
...@@ -289,7 +289,7 @@ def plot_simulation_result(result, **kwargs): ...@@ -289,7 +289,7 @@ def plot_simulation_result(result, **kwargs):
Utilities to plot form factors of particles in Born approximation Utilities to plot form factors of particles in Born approximation
""" """
rc('font', **{'family': 'sans-serif', 'sans-serif': ['Helvetica']}) # rc('font', **{'family': 'sans-serif', 'sans-serif': ['Helvetica']})
rc('text', usetex=True) rc('text', usetex=True)
rc('image', cmap='inferno') rc('image', cmap='inferno')
# mpl.rcParams['image.interpolation'] = 'none' # mpl.rcParams['image.interpolation'] = 'none'
......
...@@ -43,7 +43,7 @@ Install required packages: ...@@ -43,7 +43,7 @@ Install required packages:
$ sudo apt-get install build-essential git cmake \ $ sudo apt-get install build-essential git cmake \
libgsl-dev libeigen3-dev libfftw3-dev \ libgsl-dev libeigen3-dev libfftw3-dev \
python3 python3-dev python3-numpy python3-matplotlib \ python3 python3-dev python3-numpy python3-matplotlib \
libtiff5-dev libboost-dev dvipng libtiff5-dev libboost-dev
libboost-program-options-dev libboost-regex-dev \ libboost-program-options-dev libboost-regex-dev \
libboost-iostreams-dev \ libboost-iostreams-dev \
qt5-default libqt5designercomponents5 qttools5-dev \ qt5-default libqt5designercomponents5 qttools5-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment