Plots do not appear when executed: ``` p = plot_implicit(Or(Eq(f3(x, y), 0), Eq(f4(x, y), 0)), (x, -5, 5), (y, -5, 5)); ``` Only one plot is shown.