You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing Plots and the first call to the plot function usually takes a bit of time (20-30 seconds). This has been discussed in issue JuliaPlots/Plots.jl#917.
https://julialang.org/downloads/plotting.html is most likely the first resource most people new to Julia and interested in plotting will seek out. I think it would be important to add a section discussing this (or a warning) to that page and add some resources that help to adopt a more julia like workflow that reduces the impact of this. Maybe https://docs.julialang.org/en/v1/manual/workflow-tips/index.html could be a start, but I'm sure there are even better articles about that.
The text was updated successfully, but these errors were encountered:
Importing
Plots
and the first call to theplot
function usually takes a bit of time (20-30 seconds). This has been discussed in issue JuliaPlots/Plots.jl#917.https://julialang.org/downloads/plotting.html is most likely the first resource most people new to Julia and interested in plotting will seek out. I think it would be important to add a section discussing this (or a warning) to that page and add some resources that help to adopt a more julia like workflow that reduces the impact of this. Maybe https://docs.julialang.org/en/v1/manual/workflow-tips/index.html could be a start, but I'm sure there are even better articles about that.
The text was updated successfully, but these errors were encountered: