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: