Skip to content

Commit

Permalink
Deprecate inspectDR (#4976)
Browse files Browse the repository at this point in the history
* deprecate inspctdr

* Update backends.jl
  • Loading branch information
BeastyBlacksmith authored Sep 13, 2024
1 parent 52001df commit 18b7551
Show file tree
Hide file tree
Showing 2 changed files 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]
const _deprecated_backends = [
:qwt,
:winston,
:bokeh,
:gadfly,
:immerse,
:glvisualize,
:pgfplots,
:inspect_dr,
:pyplot,
]

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

Expand Down
File renamed without changes.

0 comments on commit 18b7551

Please sign in to comment.