1

I have a network created through Pyvis library:

nt = Network('900px', '900px')
nt.from_nx(N)
nt.show('plot.html')

Where N is a network from Networkx library. In the last line I create an html file with the plot of the network but when I open it I can't take a screenshot of the entire graph because it is too big and if I try to zoom out, the names of the nodes disappear. Is there a correct way to save the image in Pyxis library?

Fabio
  • 61
  • 5
  • 1
    Found this **https://stackoverflow.com/questions/69629495/export-pyvis-graph-as-vector-or-png-image-is-there-a-way** response useful – user18602652 Aug 25 '22 at 15:29

0 Answers0