mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-14 13:57:06 +01:00
bigger font in plots
This commit is contained in:
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user