Skip to content

Commit

Permalink
Merge pull request #553 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
BUG: Dnedrogram now respects user changes to instance layout
  • Loading branch information
GavinHuttley committed Mar 4, 2020
2 parents 4b715e1 + 3d479e2 commit f5fed68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cogent3/draw/dendrogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def _get_scale_bar(self):
return shape, annotation

def _build_fig(self, **kwargs):
self.layout = UnionDict(self._default_layout)
grouped = {}

tree = self.tree
Expand Down

0 comments on commit f5fed68

Please sign in to comment.