* mu-guile: resets default term to wxt (accidentally changed to qt)

This commit is contained in:
D. LoBraico
2013-03-18 17:46:21 -05:00
parent 931a144387
commit dc640728a3

View File

@ -57,7 +57,7 @@ list of cons-pairs (X . Y)."
(gnuplot (open-pipe "gnuplot -p" OPEN_WRITE)))
(display (string-append
"reset\n"
"set term " (if text-only "dumb" "qt") "\n"
"set term " (if text-only "dumb" "wxt") "\n"
"set title \"" title "\"\n"
"set xlabel \"" x-label "\"\n"
"set ylabel \"" y-label "\"\n"