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