Is the Plots.jl layout broken?

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() ?

It seems to work with @layout [a b; c{0.875h}]:

Which backend?

gr()

Thanks. That’s weird. My GKS QtTerm result for @layout [a b; c{0.875h}]:


However, the saved figure is better:
gr3

Here it is tightly displayed everywhere:

Plots v1.25.5
Measures v0.3.1