All of 3 samples below makes plots in the same position on the scrren (lef, top) any idea to control postion of plots on the screen ?
julia> using Plots; gr()
Plots.GRBackend()
julia> bar(rand(5),wsize=(800,800))
julia> bar(rand(5),wsize=(800,800),pos=(0,0))
julia> bar(rand(5),wsize=(800,800),pos=(100,100))
Paul
As for why your original topic didnât get any responsesâŚ
Youâve been told over, over, and over again to quote your code, yet you keep ignoring that request. Your posts often appear to be created with minimal effort, without reading documentation or trying to understand error messages. You often seem to ignore peopleâs suggestions, or donât take the time to read and understand them. Sorry if Iâm being rude; the intention is to help you get better answers in future posts. Hereâs a good reference post: