From 1c2d22e06257969841270711b7add18698833324 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 11 Apr 2014 11:12:04 -0400 Subject: [PATCH] fix error message for #48 --- src/PyPlot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PyPlot.jl b/src/PyPlot.jl index 68ba73bf..1c70d90b 100755 --- a/src/PyPlot.jl +++ b/src/PyPlot.jl @@ -242,7 +242,7 @@ for f in (:acorr,:annotate,:arrow,:autoscale,:autumn,:axes,:axhline,:axhspan,:ax else # using a different (older?) version of matplotlib @eval $f(args...; kws...) = error("matplotlib ", matplotlib[:__version__], - " does not have pyplot.$sf") + " does not have pyplot.", $sf) end end