GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 250 forks source link

Cursor over Gadfly plot momentarily freezes Juno #601

Open dlfivefifty opened 9 years ago

dlfivefifty commented 9 years ago

Whenever I have a Gadfly plot, Juno will continually pause as it tries to switch to "zoom" mode on the Gadfly plot. This is in OS X. I'm not sure whether this is an issue with Gadfly or with Juno.

See also

https://github.com/one-more-minute/Julia-LT/issues/193

dcjones commented 9 years ago

This is happening in ipython too, so I think it's Gadfly's fault, and I think I know why. I'll fix it when I have a chance later today.

dlfivefifty commented 9 years ago

Thank you!!!

On 4 Jun 2015, at 3:15 am, Daniel C. Jones <notifications@github.com mailto:notifications@github.com> wrote:

Closed #601 https://github.com/dcjones/Gadfly.jl/issues/601 via dcjones/Compose.jl@26163d0 https://github.com/dcjones/Compose.jl/commit/26163d0bbf22c90de7e8f45a6d543a9fd0fe672c.

— Reply to this email directly or view it on GitHub https://github.com/dcjones/Gadfly.jl/issues/601#event-322159478.

dlfivefifty commented 9 years ago

This issue is actually still there in Juno when the plot is complicated. Can we reopen it?

dcjones commented 9 years ago

Yeah, I'll have another look.

dlfivefifty commented 9 years ago

Is it possible to disable interactive graphs for the moment until this is fixed?

dcjones commented 9 years ago

Yep, just call set_default_plot_format(:svg) before plotting.

dlfivefifty commented 9 years ago

Thanks! that stopped it from freezing

On 1 Sep 2015, at 5:40 am, Daniel C. Jones notifications@github.com wrote:

Yep, just call set_default_plot_format(:svg) before plotting.

— Reply to this email directly or view it on GitHub https://github.com/dcjones/Gadfly.jl/issues/601#issuecomment-136478918.