Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 1, 2014
1 parent c6b7ac9 commit da562b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PyPlot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ for f in (:acorr,:annotate,:arrow,:autoscale,:autumn,:axes,:axhline,:axhspan,:ax
end
addhelp(f, pltm[sf])
else # using a different (older?) version of matplotlib
@eval $f(args...; kws...) = error("matplotlib ", m[:__version__],
@eval $f(args...; kws...) = error("matplotlib ",
matplotlib[:__version__],
" does not have pyplot.$sf")
end
end
Expand Down

0 comments on commit da562b7

Please sign in to comment.