diff --git a/lib/Core/Plot.cpp b/lib/Core/Plot.cpp index edc65ce..77ee796 100644 --- a/lib/Core/Plot.cpp +++ b/lib/Core/Plot.cpp @@ -500,7 +500,7 @@ Plot::Plot(void) // default options ///////////////////////////////////////////////////////////// void Plot::initOptions(void) { - options_.terminal = "qt"; + options_.terminal = "qt noenhanced font 'Arial,12'"; options_.output = ""; options_.caption = ""; options_.title = "";