Examples/tutorials for using PyPlot (directly)

Because it takes 30 to 40 seconds after opening ANY jupyter notebook to get the first plot (after precompiling everything possible) . That time is perfectly fine when trying to generate a production quality graph while doing a big computational project, but it is unbearable and unnecessary when learning Julia and flipping through various notebooks, or doing quick and dirty data exploration. I am trying to get grad students who know matlab, and undergraduates who may know nothing, to use Julia and I am pretty sure that this will be the one thing that turns them off.

For now, if I can tell them to use PlotlyJS and PyPlot directly when doing exploratory work, it cuts things down to 8ish seconds. They can use Plots.jl or whatever WAY down the road when they need to generate papers and slides (ie never for many of the students)

1 Like