From 89b540d074b0245a7f33eafb2c19e14bc0d428f4 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 21 Apr 2025 15:30:47 -0300 Subject: [PATCH] minor plot improvement for PDF terminal --- lib/LatAnalyze/Core/Plot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/LatAnalyze/Core/Plot.cpp b/lib/LatAnalyze/Core/Plot.cpp index bef645a..c1c3d3c 100644 --- a/lib/LatAnalyze/Core/Plot.cpp +++ b/lib/LatAnalyze/Core/Plot.cpp @@ -942,6 +942,7 @@ ostream & Latan::operator<<(ostream &out, const Plot &plot) if (!plot.options_.terminal.empty()) { out << "set term " << plot.options_.terminal << endl; + out << "set pointintervalbox 0" << endl; } if (!plot.options_.output.empty()) {