diff options
Draw refinement rectangles using pdfcairo
Diffstat (limited to 'img/common')
-rw-r--r-- | img/common/knudsen_fluid.gnuplot | 2 | ||||
-rw-r--r-- | img/common/knudsen_wrapper.gnuplot | 2 | ||||
-rw-r--r-- | img/common/velocity_fluid.gnuplot | 2 | ||||
-rw-r--r-- | img/common/velocity_wrapper.gnuplot | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/img/common/knudsen_fluid.gnuplot b/img/common/knudsen_fluid.gnuplot index 7ceb6b8..5a373fd 100644 --- a/img/common/knudsen_fluid.gnuplot +++ b/img/common/knudsen_fluid.gnuplot @@ -1,3 +1,5 @@ +reset + set terminal pngcairo size 3520, 656 set output 'tmp/'.plotname.'.png' diff --git a/img/common/knudsen_wrapper.gnuplot b/img/common/knudsen_wrapper.gnuplot index 5562b56..0bc189c 100644 --- a/img/common/knudsen_wrapper.gnuplot +++ b/img/common/knudsen_wrapper.gnuplot @@ -12,5 +12,3 @@ set cbtics ("{/Symbol \243}0" 0, "1" 1, "{/Symbol \263}2" 2) set cbrange [0:2] set cblabel "Verfeinerungskriterium" offset 1,0 - -plot 'tmp/'.plotname.'.png' binary filetype=png origin=(0.00625,0.00625) dx=0.00625 dy=0.00625 with rgbimage palette diff --git a/img/common/velocity_fluid.gnuplot b/img/common/velocity_fluid.gnuplot index bd8e194..3a99880 100644 --- a/img/common/velocity_fluid.gnuplot +++ b/img/common/velocity_fluid.gnuplot @@ -1,3 +1,5 @@ +reset + set terminal pngcairo size 3520, 656 set output 'tmp/'.plotname.'.png' diff --git a/img/common/velocity_wrapper.gnuplot b/img/common/velocity_wrapper.gnuplot index 534040e..cbf2918 100644 --- a/img/common/velocity_wrapper.gnuplot +++ b/img/common/velocity_wrapper.gnuplot @@ -12,5 +12,3 @@ set cbtics 0,0.5,1.5 set cbrange [0:1.5] set cblabel "Geschwindigkeitsnorm" - -plot 'tmp/'.plotname.'.png' binary filetype=png origin=(0.00625,0.00625) dx=0.00625 dy=0.00625 with rgbimage palette |