Skip to content

Commit

Permalink
Added sublabel to plot handles in mpl backend
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 29, 2016
1 parent e1b33fd commit 18aea5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/plotting/mpl/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def _subplot_label(self, axis):
bbox_transform=axis.transAxes)
at.patch.set_visible(False)
axis.add_artist(at)
self.handles['sublabel'] = at.txt.get_children()[0]


def _finalize_axis(self, key):
Expand Down

0 comments on commit 18aea5a

Please sign in to comment.