Reputation: 231
I just update gnuplot 5.x.x to 5.2.8 using brew on MacOSX Mojave 10.14.6 with the commands
brew uninstall gnuplot
brew install gnuplot
Now I have troubles with text as you can see on the picture. Dimensions of plot are also different. With the default 'qt' terminal there is no problem.
The picture is the result of
set terminal pngcairo
set output "test.png"
plot sin(x)
Upvotes: 1
Views: 122
Reputation: 15093
Known bug in pango/cairo libraries as distributed with brew. The only fix known at present is to downgrade to pango 1.43. See original report and various pointers to upstream trackers here: gnuplot issue #2194
Upvotes: 2