Giter Site home page Giter Site logo

Comments (6)

aegonwolf avatar aegonwolf commented on August 24, 2024

I also think some of the documentation is out of data.
MatrixPlot for example is not in plots

from nxviz.

abigail-collier avatar abigail-collier commented on August 24, 2024

I am encountering this same error trying to use .draw() with MatrixPlot, ArcPlot, and CircosPlot. Using nxviz 0.7.4, Python 3.9.

from nxviz.

aegonwolf avatar aegonwolf commented on August 24, 2024

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.

from nxviz.

EgnaroJQ avatar EgnaroJQ commented on August 24, 2024

Have you find the solution? I am encountering the same problem.

from nxviz.

ahmadbh96 avatar ahmadbh96 commented on August 24, 2024

Having the same issue. Tested the following code:

import networkx as nx
import nxviz as nv
import matplotlib.pyplot as plt

G = nx.Graph()
G.add_edges_from([(1, 2), (1, 3), (2, 3)])

c = nv.CircosPlot(G)

c.draw()

plt.show()

I got:
TypeError Traceback (most recent call last)
Cell In[17], line 10
6 G.add_edges_from([(1, 2), (1, 3), (2, 3)])
8 c = nv.CircosPlot(G)
---> 10 c.draw()
12 plt.show()

TypeError: BasePlot.draw() takes 0 positional arguments but 1 was given
image

from nxviz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.