JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Gadfly plots do not render in plot pane #586

Closed evanfields closed 4 years ago

evanfields commented 4 years ago

Since updating to the latest Juno this morning, Gadfly plots no longer render in the plot pane. If I make multiple Gadfly.plot calls, the plot pane navigation buttons light up as if I can navigate between plots - but no plot is shown.

Details

Steps to reproduce

  1. Open a fresh Atom/Juno session.
  2. In the REPL, using Gadfly; plot(x = rand(10), y = rand(10), Geom.point)
pfitzseb commented 4 years ago

Dup of https://github.com/JunoLab/Juno.jl/issues/583. The recent Atom update broke that functionality.