Thank you, Allin. The "--font" option works fine with pdf now.
I also guess that the "set mono" related problem is gnuplot specific.
The easiest way to avoid the issue is to define a new function where all
lines are simply defined being black combined with the dash option.
Best,
Artur
Am 16.04.2017 um 18:21 schrieb Allin Cottrell:
As is, you get a line of width 5, but uncomment "set mono"
and the
line is width 1. I'm not sure if this counts as a gnuplot bug, but
it looks like it.> On Sun, 16 Apr 2017, Artur Tarassow wrote:
> I am experiencing some minor issues when trying to plot things.
> Actually, I am not sure whether these are problems related to gnuplot
> or to gretl.
>
> First, I really like the new "--font=fontspec" option; thanks again
> for implementing this. [...]
>
> Second, when the output format is pdf, I also can't control the font
> size; irrespective of the dashed and monochrome options.
In git, the --font option is now supported for pdf, eps and emf output.
Allin