ysig / GraKeL

A scikit-learn compatible library for graph kernels
https://ysig.github.io/GraKeL/
Other
588 stars 96 forks source link

how to plot a Grakel graph object #35

Closed 040840308 closed 4 years ago

040840308 commented 4 years ago

Hi,

  Does someone know how to plot a new created Grakel graph?
  Thanks
giannisnik commented 4 years ago

Hi @040840308 . Unfortunately, GraKeL does not provide any tools for visualizing graphs. However, you can transform the graph to a NetworkX one, and then use NetworkX's functions to visualize it.