We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a29424 commit 9a7d10eCopy full SHA for 9a7d10e
src/init.jl
@@ -144,6 +144,7 @@ gui = :default
144
# initialization -- anything that depends on Python has to go here,
145
# so that it occurs at runtime (while the rest of PythonPlot can be precompiled).
146
function __init__()
147
+ ccall(:jl_generating_output, Cint, ()) == 1 && return nothing
148
isjulia_display[] = isdisplayok()
149
PythonCall.pycopy!(matplotlib, pyimport("matplotlib"))
150
mvers = pyconvert(String, matplotlib.__version__)
0 commit comments