Update backends.jl

This commit is contained in:
Simon Christ 2020-05-19 11:31:05 +02:00 committed by GitHub
parent 7587d7a557
commit eb859a1826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ const _deprecated_backends = [:qwt, :winston, :bokeh, :gadfly, :immerse, :glvisu
function warn_on_deprecated_backend(bsym::Symbol) function warn_on_deprecated_backend(bsym::Symbol)
if bsym in _deprecated_backends if bsym in _deprecated_backends
if bsym == :pgfplots if bsym == :pgfplots
@warn("Backend $bsym has been deprecated. Use pgfplotsx instead.") @warn("Backend $bsym has been deprecated. Use pgfplotsx instead.")
else else
@warn("Backend $bsym has been deprecated.") @warn("Backend $bsym has been deprecated.")
end end