chakravala/Fatou.jl

Plotting recipe missing. v1.0.1

Open

#8 geöffnet am 11. Feb. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Julia (15 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (116 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The following code, which I came across on this thread, throws an error:

julia> mandelbrot(:(z^2+c),n=700,N=20,∂=[-1.91,0.51,-1.21,1.21],iter=true,cmap="gist_earth") |> fatou |> plot

  0.540635 seconds (19.21 M allocations: 509.339 MiB, 27.11% gc time)
ERROR: No user recipe defined for Fatou.FilledSet{getfield(SyntaxTree, Symbol("##13#14")),getfield(SyntaxTree, Symbol("##15#16")),getfield(SyntaxTree, Symbol("##17#18")),true,false}
[...]

Edit: Looks like I had Plots imported, which was conflicting with this package's dependency on PyPlots. False alarm!

Contributor Guide