GR.jl icon indicating copy to clipboard operation
GR.jl copied to clipboard

hold(true) not behaving normally with plot3

Open photor opened this issue 4 years ago • 3 comments

(@v1.5) pkg> st Status C:\Users\ytian\.julia\environments\v1.5\Project.toml [c52e3926] Atom v0.12.30 [28b8d3ca] GR v0.55.0 [7073ff75] IJulia v1.23.2 [c601a237] Interact v0.10.3 [e5e0dc1b] Juno v0.8.4 [ee78f7c6] Makie v0.12.0 The code

using GR
plot3([0,0], [0,0], [0,0], xlim=(-10,10), ylim=(-10,10), zlim=(-10,10))
hold(true)
plot3([1,2], [1,2], [1,2])

results in

origin outside current window
origin outside current window

photor avatar Feb 26 '21 06:02 photor

I can't reproduce the problem. Which version(s) are you using?

] st GR
using GR
version()

jheinen avatar Feb 26 '21 07:02 jheinen

I can't reproduce the problem. Which version(s) are you using?

] st GR
using GR
version()

GR v0.55.0 on Julia 1.53 in Atom

photor avatar Feb 26 '21 13:02 photor

I have tested it again, and found that the problem only occurs in Atom. It works normally in a terminal window.

photor avatar Feb 26 '21 14:02 photor