mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-07-04 13:47:06 +01:00
minor plot improvement for PDF terminal
This commit is contained in:
@ -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())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user