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')
-rw-r--r-- | img/common/velocity_fluid.gnuplot | 2 | ||||
-rw-r--r-- | img/common/velocity_wrapper.gnuplot | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/img/common/velocity_fluid.gnuplot b/img/common/velocity_fluid.gnuplot index 3a99880..5535111 100644 --- a/img/common/velocity_fluid.gnuplot +++ b/img/common/velocity_fluid.gnuplot @@ -13,7 +13,7 @@ set margin 0,0,0,0 set yrange [0:4.1] set xrange [0:22] -set cbrange [0:1.5] +set cbrange [0:2] unset colorbox unset key 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" |