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:
parent
0fbe00da0d
commit
d894aa185c
@ -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 = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user