Skip to content

Commit 09d34c8

Browse files
committed
whoops again
1 parent dc0a115 commit 09d34c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/PolynomialsRecipesBaseExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
## Plot recipe
5858
## define a heuristic to work around asymptotes
5959
## just sort of successful
60-
@recipe function f(pq::AbstractRationalFunction{T}, a=nothing, b=nothing) where {T}
60+
@recipe function f(pq::Polynomials.AbstractRationalFunction{T}, a=nothing, b=nothing) where {T}
6161

6262
xlims = get(plotattributes, :xlims, (nothing, nothing))
6363
ylims = get(plotattributes, :ylims, (nothing, nothing))

0 commit comments

Comments
 (0)