-
Notifications
You must be signed in to change notification settings - Fork 266
Error when ploting in 0.10.0 #565
Copy link
Copy link
Closed
Labels
highHigh-priority issue; typically for cases when igraph returns incorrect result for non-corner casesHigh-priority issue; typically for cases when igraph returns incorrect result for non-corner casestodoTriaged for implementation in some unspecified future versionTriaged for implementation in some unspecified future version
Milestone
Description
The below throws NameError: name 'plot' is not defined in igraph 0.10.0.
g = Graph.DataFrame(pd.DataFrame(list(zip(["1", "2", "3"], ["2","1","1"])), columns = ["src", "des"]) , directed=False, use_vids=False)
fig, ax = plt.subplots(figsize=(10,10))
plot(g, target=ax)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
highHigh-priority issue; typically for cases when igraph returns incorrect result for non-corner casesHigh-priority issue; typically for cases when igraph returns incorrect result for non-corner casestodoTriaged for implementation in some unspecified future versionTriaged for implementation in some unspecified future version