[plotting] info heatmap plotly

This commit is contained in:
Max Zwiessele 2016-03-04 11:35:02 +00:00
parent b4a32a8cb1
commit de469f7ace

View file

@ -254,7 +254,7 @@ class PlotlyPlots(AbstractPlottingLibrary):
font=dict(color='white' if np.abs(var) > 0.8 else 'black', size=10), font=dict(color='white' if np.abs(var) > 0.8 else 'black', size=10),
opacity=.5, opacity=.5,
showarrow=False, showarrow=False,
hoverinfo='x')) ))
return imshow, annotations return imshow, annotations
def annotation_heatmap_interact(self, ax, plot_function, extent, label=None, resolution=15, imshow_kwargs=None, **annotation_kwargs): def annotation_heatmap_interact(self, ax, plot_function, extent, label=None, resolution=15, imshow_kwargs=None, **annotation_kwargs):