chakravala/Fatou.jl

Plotting errors using example sets

ryanrightmer opened this issue · 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?

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