From 6ecd30d42b810b4048e6effa13627e675bf9c150 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 24 Jul 2017 14:55:28 +0200 Subject: [PATCH] warning --> warn --- src/backends/pyplot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 964fb049..aaa0effa 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -85,7 +85,7 @@ function _initialize_backend(::PyPlotBackend) # "support" matplotlib v1.5 const set_facecolor_sym = if PyPlot.version < v"2" - warning("You are using Matplotlib $(PyPlot.version), which is no longer officialy supported by the Plots community. To ensure smooth Plots.jl integration update your Matplotlib library to a version >= 2.0.0") + warn("You are using Matplotlib $(PyPlot.version), which is no longer officialy supported by the Plots community. To ensure smooth Plots.jl integration update your Matplotlib library to a version >= 2.0.0") :set_axis_bgcolor else :set_facecolor