We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0a115 commit 09d34c8Copy full SHA for 09d34c8
ext/PolynomialsRecipesBaseExt.jl
@@ -57,7 +57,7 @@ end
57
## Plot recipe
58
## define a heuristic to work around asymptotes
59
## just sort of successful
60
-@recipe function f(pq::AbstractRationalFunction{T}, a=nothing, b=nothing) where {T}
+@recipe function f(pq::Polynomials.AbstractRationalFunction{T}, a=nothing, b=nothing) where {T}
61
62
xlims = get(plotattributes, :xlims, (nothing, nothing))
63
ylims = get(plotattributes, :ylims, (nothing, nothing))
0 commit comments