1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

saving PDF is optional when saving plot

This commit is contained in:
2020-01-09 13:42:59 +00:00
parent c81316ef32
commit 97267c196f
2 changed files with 15 additions and 12 deletions

View File

@ -377,7 +377,7 @@ public:
Plot & operator<<(PlotModifier &&modifier);
// plot parsing and output
void display(void);
void save(std::string dirName);
void save(std::string dirName, bool savePdf = true);
friend std::ostream & operator<<(std::ostream &out, const Plot &plot);
// plot reset
void reset(void);