2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

gnuplot (without scroll) schould be working again

git-svn-id: https://svn.fhem.de/fhem/trunk@1353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-03-16 06:44:49 +00:00
parent d2d9cb65ae
commit cd43a713c8

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;