mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-05-14 13:15:45 +01:00
minor plot improvement for PDF terminal
This commit is contained in:
parent
bdfbaa80b9
commit
89b540d074
@ -942,6 +942,7 @@ ostream & Latan::operator<<(ostream &out, const Plot &plot)
|
|||||||
if (!plot.options_.terminal.empty())
|
if (!plot.options_.terminal.empty())
|
||||||
{
|
{
|
||||||
out << "set term " << plot.options_.terminal << endl;
|
out << "set term " << plot.options_.terminal << endl;
|
||||||
|
out << "set pointintervalbox 0" << endl;
|
||||||
}
|
}
|
||||||
if (!plot.options_.output.empty())
|
if (!plot.options_.output.empty())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user