mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
[plotting] info heatmap plotly
This commit is contained in:
parent
b4a32a8cb1
commit
de469f7ace
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue