From 6bd4284b1d0475bee6be33fc1ac284e097b0043a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 30 Jan 2019 09:44:35 +0100 Subject: Draw refinement rectangles using pdfcairo --- img/common/knudsen_fluid.gnuplot | 2 ++ img/common/knudsen_wrapper.gnuplot | 2 -- img/common/velocity_fluid.gnuplot | 2 ++ img/common/velocity_wrapper.gnuplot | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'img/common') 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 -- cgit v1.2.3