aboutsummaryrefslogtreecommitdiff
path: root/img/poiseuille2d_velocity_grid.tikz
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-02-20 11:27:40 +0100
committerAdrian Kummerlaender2019-02-20 11:28:20 +0100
commit5f92c1dbea7532068edadbc64b1fcebecd6931f8 (patch)
tree8e939f8485cb8eb4f2b47a958b653f639f566e36 /img/poiseuille2d_velocity_grid.tikz
parent46efb766d57f76cebd10819d4bf3c3460bd17264 (diff)
downloadgrid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar.gz
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar.bz2
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar.lz
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar.xz
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.tar.zst
grid_refinement_bsc_thesis-5f92c1dbea7532068edadbc64b1fcebecd6931f8.zip
Localize decimal numbers
Diffstat (limited to 'img/poiseuille2d_velocity_grid.tikz')
-rw-r--r--img/poiseuille2d_velocity_grid.tikz9
1 files changed, 6 insertions, 3 deletions
diff --git a/img/poiseuille2d_velocity_grid.tikz b/img/poiseuille2d_velocity_grid.tikz
index 86afa7b..8ff04ab 100644
--- a/img/poiseuille2d_velocity_grid.tikz
+++ b/img/poiseuille2d_velocity_grid.tikz
@@ -1,11 +1,13 @@
\begin{tikzpicture}
\begin{axis}[
scale only axis,
- height=0.95\textwidth)/4,
- width=0.95\textwidth,
+ height=\textwidth)/4,
+ width=\textwidth,
axis equal,
xmin=0, xmax=4,
ymin=0, ymax=1,
+ x tick label style={/pgf/number format/.cd, use comma},
+ y tick label style={/pgf/number format/.cd, use comma},
point meta=explicit,
colorbar,
colormap/RdYlBu-4,
@@ -17,10 +19,11 @@
colorbar horizontal,
colorbar style={
/pgf/number format/precision=2,
+ /pgf/number format/use comma,
at={(0.5,-0.2)},
anchor=north,
width=0.5*\pgfkeysvalueof{/pgfplots/parent axis width},
- ylabel=\(m/s\),
+ y unit=m/s,
y label style={
at={(axis description cs:1.3,0.5)},
rotate=-90,