Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Feb 23, 2018
1 parent 1e2a126 commit 4547d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dariah_topics/visualization.py
Expand Up @@ -452,8 +452,8 @@ def interactive_heatmap(self, palette=palettes.Blues[9], reverse_palette=True,
fig.xaxis.major_label_orientation = major_label_orientation

if 'hover' in tools:
fig.select_one(HoverTool).tooltips = [('Document', '@Documents'),
('Topic', '@Topics'),
fig.select_one(HoverTool).tooltips = [('x-Axis', '@Documents'),
('y-Axis', '@Topics'),
('Score', '@Distributions')]

if colorbar:
Expand Down

0 comments on commit 4547d26

Please sign in to comment.