Michael Krabbe Borregaard
Michael Krabbe Borregaard
There used to be an issue with GR windows constantly opening and closing when saving gifs from Plots. I don't think Plots explicitly opens GR windows though.
That should work on the most recent version, no?
I also would like to raise the point that `?` parses intuitively as an operator, to my eyes and possibly other's. It would be the only operator allowed in names,...
errorbar caps are controlled by the `marker` group of arguments. `markerstrokecolor = :transparent` and `markersize = 2` should be relevant things to try.
Any particular reason for running julia like that from bash, rather than just running `julia` and working in an interactive session? You can `include("test.jl")` from the interactive prompt to run...
It very much is the normal workflow to just keep a Julia REPL open and work interactively. Most of the time you wouldn't want to write a script out of...
@profesors This is the Plots repo, not the PyPlot repo. It doesn't make any sense to comment a solution using a different plotting package - AND the code snippet there...
Closing as this is not a Plots issue, but a workflow problem.
Thanks for your contributions here @jampekka
What exactly are you requesting though? You cannot have a plotting window open after your julia session closes - at least I don't see how that should be implemented from...