ImplicitEquations Plot Return Empty Plot

There must be a bug in the recipe, try manually adding the xlims argument:

plot!((f ≦ 0) & (g ≦ 0), xlims=(-7,5), fc=:blues, 
               label="", widen=true)
2 Likes