Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 20, 2025
1 parent 4490279 commit 2de401d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions holoviews/element/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ class Points(Selection2DExpr, Geometry):
_auto_indexable_1d = True


class Dendrogram(Selection2DExpr, Geometry):

group = param.String(default='Dendrogram', constant=True)

# _auto_indexable_1d = True


class VectorField(Selection2DExpr, Geometry):
"""
Expand Down
2 changes: 0 additions & 2 deletions holoviews/plotting/bokeh/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,11 +1090,9 @@ def initialize_plot(self, ranges=None, plots=None):
# If no view object or empty position, disable the axis
if subplot is None:
adjoined_plots.append(empty_plot(0, 0))
continue
else:
passed_plots = plots + adjoined_plots
adjoined_plots.append(subplot.initialize_plot(ranges=ranges, plots=passed_plots))

self.drawn = True
return adjoined_plots or [None]

Expand Down

0 comments on commit 2de401d

Please sign in to comment.