From d894aa185c6b09aabbfb8e9100f3bc99be94d5f6 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Sat, 11 Jan 2020 17:23:02 +0000 Subject: [PATCH] bigger font in plots --- lib/Core/Plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";