Closed
Description
When using a sysimage with Plots.jl
compiled as described in the new docs, the display of plots in Atom/Juno is slow.
While the timing of both loading using Plots
and plotting is nominally fast as expected according to @time
, it takes approx. 2 seconds for the plot to appear.
When modifying the call to
p = plot(rand(5), rand(5));
display(p)
The plot appears immediately, but the prompt only returns after 2 seconds delay.
In a standalone REPL this problem does not appear.
The issue has been reproduced on two different Windows 10, 64-bit machines. According to @KristofferC (see #337), the problem does not occur on a Mac.
my machine:
Windows 10 64bit
Atom 1.44.0
julia-client 0.12.2
Metadata
Metadata
Assignees
Labels
No labels