Skip to content

Commit

Permalink
Update backends.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Sep 13, 2024
1 parent f6af72c commit 4211baf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,17 @@ backend(sym::Symbol) =
backend()
end

const _deprecated_backends =
[:qwt, :winston, :bokeh, :gadfly, :immerse, :glvisualize, :pgfplots, :inspect_dr, :pyplot]
const _deprecated_backends = [
:qwt,
:winston,
:bokeh,
:gadfly,
:immerse,
:glvisualize,
:pgfplots,
:inspect_dr,
:pyplot,
]

# ---------------------------------------------------------

Expand Down

0 comments on commit 4211baf

Please sign in to comment.