Hi,
All packages updated, using gr() backend, the command
plot(margins=0cm, layout=@layout [a{0.125h} b;c])
gives the following result:
using pyplot() the result is slightly better, but still far from good:
How to tighten the layout – something like matplotlib.pyplot.tight_layout()
?