Update backends.jl
This commit is contained in:
parent
7587d7a557
commit
eb859a1826
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user