Skip to content

Error when ploting in 0.10.0 #565

@Jonghyun-Yun

Description

@Jonghyun-Yun

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    highHigh-priority issue; typically for cases when igraph returns incorrect result for non-corner casestodoTriaged for implementation in some unspecified future version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions