gnuplot (without scroll) schould be working again

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-03-16 06:44:49 +00:00
parent 413e7c8d80
commit 991864f9d2

View File

@@ -1117,6 +1117,7 @@ FW_substcfg($$$$$$)
$gplot_script .= $plot if(!$splitret);
$gplot_script =~ s/<OUT>/$tmpfile/g;
$gplot_script =~ s/<IN>/$file/g;
my $ps = AttrVal($wl,"plotsize",$FW_plotsize);
$gplot_script =~ s/<SIZE>/$ps/g;