1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

bigger font in plots

This commit is contained in:
Antonin Portelli 2020-01-11 17:23:02 +00:00
parent 0fbe00da0d
commit d894aa185c

View File

@ -500,7 +500,7 @@ Plot::Plot(void)
// default options ///////////////////////////////////////////////////////////// // default options /////////////////////////////////////////////////////////////
void Plot::initOptions(void) void Plot::initOptions(void)
{ {
options_.terminal = "qt"; options_.terminal = "qt noenhanced font 'Arial,12'";
options_.output = ""; options_.output = "";
options_.caption = ""; options_.caption = "";
options_.title = ""; options_.title = "";