Merge branch 'master' of git.hjp.at:hjp/timeseries
This commit is contained in:
commit
25527eee87
|
@ -422,6 +422,7 @@ sub plot {
|
||||||
|
|
||||||
# generic settings
|
# generic settings
|
||||||
|
|
||||||
|
print $ctlfh "set encoding utf8\n";
|
||||||
if ($self->{output_format} eq 'svg') {
|
if ($self->{output_format} eq 'svg') {
|
||||||
print $ctlfh "set term $self->{output_format}\n";
|
print $ctlfh "set term $self->{output_format}\n";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue