Merge branch 'master' of git.hjp.at:hjp/timeseries

This commit is contained in:
Peter J. Holzer 2021-11-17 12:12:39 +01:00
commit 25527eee87
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ sub plot {
# generic settings
print $ctlfh "set encoding utf8\n";
if ($self->{output_format} eq 'svg') {
print $ctlfh "set term $self->{output_format}\n";
} else {