Skip to content

sysimage with Plots.jl compiled is slow in Atom/Juno IDE #352

Closed
@hhaensel

Description

@hhaensel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions