From dc640728a39d809ac1287152bfa49eeedb3cab4a Mon Sep 17 00:00:00 2001 From: "D. LoBraico" Date: Mon, 18 Mar 2013 17:46:21 -0500 Subject: [PATCH] * mu-guile: resets default term to wxt (accidentally changed to qt) --- guile/mu/plot.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"