Fatou.jl icon indicating copy to clipboard operation
Fatou.jl copied to clipboard

Plotting errors using example sets

Open ryanrightmer opened this issue 4 years ago • 1 comments

I'm seeing

ERROR: PlotMethodError: no plot method for arguments (::Fatou.FilledSet{SyntaxTree.var"#17#18",SyntaxTree.var"#19#20",SyntaxTree.var"#21#22",false,false,false,false}). To support these arguments, define plot!(::Combined{Any,S} where S<:Tuple{Fatou.FilledSet{SyntaxTree.var"#17#18",SyntaxTree.var"#19#20",SyntaxTree.var"#21#22",false,false,false,false}}) Available methods are: plot!(plot::Combined{Any,var"#s29"} where var"#s29"<:Tuple{AbstractArray{var"#s330",1} where var"#s330"<:Complex}) in Makie at /Users/ryanrightmer/.julia/packages/Makie/PFSZS/src/basic_recipes/convenience_functions.jl:1

when attempting to use some of the examples in the README. Do I have a bad configuration or am I perhaps setting up the examples incorrectly?

ryanrightmer avatar Oct 09 '21 21:10 ryanrightmer

Have you tried v1.1.5 of Fatou yet? It upgrades to the most recent version of Makie, and probably fixes this issue.

chakravala avatar Nov 11 '21 19:11 chakravala