Update backends.jl
This commit is contained in:
parent
eb859a1826
commit
3d2a4658d8
@ -194,11 +194,11 @@ 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
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user