Odd behaviour for network graph rendering on documentation page?

I was having trouble with graph rendering using the latest holoviews. When I went to the documentation I noticed that most of the graph examples on the page do not render the nodes despite opts settings for size colour, etc. This is exactly the challenge I’m facing in my work with. Is this intentional or an error?

This is what I mean (from the documentation page):

It is a bug in Bokeh, with network graphs and enabling WebGL. This will be fixed in the next release as I recall.

You should be able to work around it until then by setting hv.renderer("bokeh").webgl = False

1 Like