Skip to content

Commit 61a9ab2

Browse files
committed
Improved handling of UI elements in plotly plots. Removed deprecation
1 parent dcbff54 commit 61a9ab2

2 files changed

Lines changed: 208 additions & 76 deletions

File tree

src/tdamapper/plot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ def plot_plotly(
206206
cmap=cmap,
207207
)
208208

209-
@deprecated(
210-
"This method is deprecated and will be removed in a future release. "
211-
"Use a new instance of tdamapper.plot.MapperPlot."
212-
)
213209
def plot_plotly_update(
214210
self,
215211
fig,

0 commit comments

Comments
 (0)