I’ve made a bug report at
, but since I’m suspecting that this is system dependant I would appreciate if someone else could help me check:
From the Repl,
julia> using Plots
julia> gr()
julia> plot(rand(10); size=(800,100))
If you rescale the figure window height so that h<w (but h still >w/4), does the figure shrink? As if it was square with sides w?
I’m getting this behaviour on Arch Linux with i3wm.
I can’t repro this with KDE – you’re probably right in that it’s a WM issue.
I can’t reproduce it on any of my desktop machines. I think it’s a problem with tiling window managers.
1 Like