I'm trying to show a figure in a window like Matlab figures ot matplotlib figures in Python. I am using the Plots.jl package with the Pyplot backend.
I can save my plots as svg or png files, but i do not know ho to show them interactively using IJulia or Julia REPL.
Thank you for your time.