-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
draw() thakes 0 positional arguments but 1 was given #684
Comments
I also think some of the documentation is out of data. |
I am encountering this same error trying to use |
I thought it wouldn't be an issue, but now I figured that because of the error, I can't call a savefig on the plot. |
Have you find the solution? I am encountering the same problem. |
Try this: assume, as in the case of @ahmadbh96, you have some graph, G, and you want to draw a circos plot. |
Description
Trying to plot a matrix plot
What I Did
Plot a matrix Plot
m = nv.MatrixPlot(graph)
m.draw()
plt.show()
Get a type error from m.draw()
I get the same error with CircosPlot and ArcPlot
It draws though
The text was updated successfully, but these errors were encountered: