Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting recipe missing. v1.0.1 #8

Open
tomerarnon opened this issue Feb 11, 2019 · 1 comment
Open

Plotting recipe missing. v1.0.1 #8

tomerarnon opened this issue Feb 11, 2019 · 1 comment

Comments

@tomerarnon
Copy link

tomerarnon commented Feb 11, 2019

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!

@chakravala
Copy link
Owner

Thanks for reporting the issue. A goal is to add support for Plots.jl also, i dont know when i get around to it yet, but you are also welcome to open up a pull request for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants