From de469f7ace755c0ecfbbb6048fc841deef57d8f1 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 4 Mar 2016 11:35:02 +0000 Subject: [PATCH] [plotting] info heatmap plotly --- GPy/plotting/plotly_dep/plot_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/plotting/plotly_dep/plot_definitions.py b/GPy/plotting/plotly_dep/plot_definitions.py index 54f04a75..eaa70f32 100644 --- a/GPy/plotting/plotly_dep/plot_definitions.py +++ b/GPy/plotting/plotly_dep/plot_definitions.py @@ -254,7 +254,7 @@ class PlotlyPlots(AbstractPlottingLibrary): font=dict(color='white' if np.abs(var) > 0.8 else 'black', size=10), opacity=.5, showarrow=False, - hoverinfo='x')) + )) return imshow, annotations def annotation_heatmap_interact(self, ax, plot_function, extent, label=None, resolution=15, imshow_kwargs=None, **annotation_kwargs):