diff options
Start to redo cylinder2d plots using a better setup
Geometry and parameter choice was not quite suited to reproducing [SchaeferTurek96].
Diffstat (limited to 'img/common/velocity_wrapper.gnuplot')
-rw-r--r-- | img/common/velocity_wrapper.gnuplot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/img/common/velocity_wrapper.gnuplot b/img/common/velocity_wrapper.gnuplot index cbf2918..7e3b87a 100644 --- a/img/common/velocity_wrapper.gnuplot +++ b/img/common/velocity_wrapper.gnuplot @@ -8,7 +8,7 @@ load 'common/moreland.pal' set size ratio -1 set xtics 0,2,22 set ytics 0,1,4 -set cbtics 0,0.5,1.5 -set cbrange [0:1.5] +set cbtics 0,0.5,2.0 +set cbrange [0:2.0] set cblabel "Geschwindigkeitsnorm" |