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
WARNING: both Compose and PyPlot export "draw"; uses of it in module Main must be qualified
LoadError: UndefVarError: draw not defined
while loading In[9], in expression starting on line 1
The text was updated successfully, but these errors were encountered:
LoadError: PyError (:PyObject_Call) <type 'exceptions.TypeError'>
TypeError('draw() takes no arguments (2 given)',) while loading In[28], in expression starting on line 1
[inlined code] from /Users/NAME/.julia/v0.4/PyCall/src/exception.jl:56
in pyerr_check at /Users/NAME/.julia/v0.4/PyCall/src/exception.jl:72
[inlined code] from /Users/NAME/.julia/v0.4/PyCall/src/exception.jl:81
in pycall at /Users/NAME/.julia/v0.4/PyCall/src/PyCall.jl:79
in draw at /Users/NAME/.julia/v0.4/PyPlot/src/PyPlot.jl:460
Possible update needed to Sierpinski triangle demonstration:
Running the notebook
fractals.ipynb
inscipy_2014_julia/fractal_example/fractals.ipynb
currently outputs an error atdraw()
atIn[6]
:outputs
The text was updated successfully, but these errors were encountered: