Plotly.py: 3D Network shows only one lable

Created on 21 Nov 2018  路  6Comments  路  Source: plotly/plotly.py

Hello!

I am currently working on creating a 3D Network Graph with your tool. Everything is awesome and so easy. I have only one question: why does every 3D Network Graph show only one certain label where-ever I hover the mouse or whatever node I click on. One example can be your tutorial itself: https://plot.ly/python/3d-network-graph/. I'm working in Ubuntu and checked it in Firefox and Chrome. If the problem is in my computer I don't know where to look.

Thanks for this amazing tool.

bug plotly.js

All 6 comments

Hi @Lindafr, glad you're enjoying working with plotly.py 馃檪

I'm not sure that I'm seeing what you're seeing. When I hover over on the example in https://plot.ly/python/3d-network-graph/ I do see different hover labels for each point:

hover_network

Is the behavior you're seeing consistent with https://github.com/plotly/plotly.py/issues/952?

Hi, @jonmmease!

Here's an example of what I see on https://plot.ly/python/3d-network-graph/ in Ubuntu 16.04:

peek 2018-11-22 15-52

I read the other issue #952, and decided to test looking the network on Windows 10. There it works just fine! Anyways, it's not a big problem for me as I understood it's not a problem in my code (based on that example).

@archmoj @etpinard Is this (and #952) a known issue on the plotly.js side? Seems like something that's happening for some users on Ubuntu.

Fixed by plotly.js https://github.com/plotly/plotly.js/pull/3301, released in plotly.js 1.43.0, and shipped in plotly.py 3.5.0

Was this page helpful?
0 / 5 - 0 ratings