Skip to content

hovermode='closest' doesn't work for Python #1077

@armadillocommander

Description

@armadillocommander

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions