-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
Hi,
I see that legend_scaler has an option to specify the number of labels (max_labels) but that is not accessible form within ColorMap.
Would be great to expose it in ColorMap.__init__ and then pass it to render. With large numbers you get overlaps and there's no way to prevent it.
Relevant bits:
Line 37 in ac45f1e
| def legend_scaler(legend_values, max_labels=10.0): |
Line 90 in ac45f1e
| self.tick_labels = legend_scaler(self.index) |
Happy to do a PR for that.
Metadata
Metadata
Assignees
Labels
No labels