On Sun, 1 Apr 2018, Sven Schreiber wrote:
Am 01.04.2018 um 20:05 schrieb Cristián Arturo Ducoing Ruiz:
> thank you so much Sven and Arthur. I use often the GUI/Menu, but I was
> looking something more mechanic.
Absolutely, and your question probably helped to find a bug, so this is
very welcome!
Yes, indeed. I'm afraid that the command-line for graphpg has been
subject to bitrot (for quite a while). However, functionality has now
been restored to match the documentation, in git and snapshots. So for
instance the following will now work to save a PDF with font somewhat
larger than the default:
<hansl>
open denmark
loop foreach i LRM LRY IBO IDE
g$i <- gnuplot $i --time-series --with-lines
graphpg add
endloop
graphpg fontscale 1.2
graphpg --output=multi.pdf
</hansl>
As mentioned in the help, graphpg requires that latex/pdflatex is
available. The "scatters" command doesn't have that requirement and is
simpler to use:
<hansl>
open denmark
scatters LRM LRY IBO IDE --output=display
# or staight to file
scatters LRM LRY IBO IDE --output=multi.png
</hansl>
Allin