Skip to content

Commit

Permalink
Fix the info property to return the info (#4513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoyu0088 authored Jul 9, 2020
1 parent 0a8a19c commit 790be87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/core/ndmapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ def info(self):
if d.value_format:
dmin, dmax = d.value_format(dmin), d.value_format(dmax)
info_str += '\t %s: %s...%s \n' % (d.pprint_label, dmin, dmax)
return info_str


def update(self, other):
Expand Down

0 comments on commit 790be87

Please sign in to comment.