-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Hi,
When a try to plotted a graph with plotly online (version 3.1.0), I set the layout as:
layout=go.Layout( autosize=True, hovermode='closest', title='Title', legend=dict( #yanchor='top', #xanchor='center', y=1, x=0.5, orientation="h", ), yaxis=dict(autorange=True,zeroline=True), xaxis=dict(autorange=True,zeroline=True), ) fig=dict(data=data,layout=layout) py.plot(fig,filename='VolcanoPlot_'+filename[0:-5],auto_open=True)
However on plot.ly website, the graph still uses data compare as the default hover mode. Is there any way to change the default hover mode? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels