1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01: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 /////////////////////////////////////////////////////////////
void Plot::initOptions(void)
{
options_.terminal = "qt";
options_.terminal = "qt noenhanced font 'Arial,12'";
options_.output = "";
options_.caption = "";
options_.title = "";