Skip to content

Commit 89b540d

Browse files
committed
minor plot improvement for PDF terminal
1 parent bdfbaa8 commit 89b540d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/LatAnalyze/Core/Plot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ ostream & Latan::operator<<(ostream &out, const Plot &plot)
942942
if (!plot.options_.terminal.empty())
943943
{
944944
out << "set term " << plot.options_.terminal << endl;
945+
out << "set pointintervalbox 0" << endl;
945946
}
946947
if (!plot.options_.output.empty())
947948
{

0 commit comments

Comments
 (0)