erdogant / d3graph

Creation of interactive networks using d3 Javascript

Home Page:https://erdogant.github.io/d3graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart not work

kirill3000 opened this issue · comments

Hello
I try
https://erdogant.github.io/d3graph/pages/html/Installation.html#quickstart
get error


TypeError Traceback (most recent call last)
in
10
11 # Initialize
---> 12 d3 = d3graph()

TypeError: d3graph() missing 1 required positional argument: 'adjmat'

I will change to

import d3graph
d3graph.d3graph(adjmat=adjmat)

work after update to new version