Use wx as a gnuplot terminal.
This allows users to zoom in and such, which doesn't work on the qt terminal for some reason.
This commit is contained in:
parent
e33bb6f901
commit
f4a71d7f63
|
@ -10,7 +10,7 @@ set timefmt "%Y-%m-%dT%H:%M:%S"
|
|||
|
||||
set yrange [0:*]
|
||||
|
||||
set term qt persist size 900,600
|
||||
set term wx persist size 900,600
|
||||
set grid
|
||||
|
||||
set style line 1 lc rgb "#0060ad" lt 1 lw 2 pt 7 ps 1
|
||||
|
|
Loading…
Reference in New Issue