diff --git a/guile/mu/plot.scm b/guile/mu/plot.scm index 5f8461aa..99176db5 100644 --- a/guile/mu/plot.scm +++ b/guile/mu/plot.scm @@ -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"