Giter Club home page Giter Club logo

Comments (6)

jasonifier avatar jasonifier commented on July 2, 2024 1

@ericmjl No worries. I'm down with a pull request to try and fix it. I should be able to take a crack at it this weekend. Do you have a page or something in the nxviz docs, which I should follow, for potential contributors? I am familiar enough to get started with little help (not a guru to be honest, but have been through the process for small merge requests at my company). If I have problems, I'll certainly reach out with questions.

from network-analysis-made-simple.

ericmjl avatar ericmjl commented on July 2, 2024

Hi @jasonifier thanks for pinging in! Let's see, I think it's an API version issue. Can you see if installing NetworkX 1.10 (not 2.2) solves the issue? If so, then I'll know I have to update the API to work with NetworkX 2.2.

from network-analysis-made-simple.

jasonifier avatar jasonifier commented on July 2, 2024

@ericmjl Thank you for the response! I had to install version 1.11 of networkx, as conda could not find 1.10, figured that's splitting hairs though. This did fix the ArcPlot and CircosPlot graphs, so thank you! But it did have an effect on the nx.draw() function. That error is in the screenshot below if you are interested. Otherwise, no worries. I just wanted to show my colleagues the visualizations, and can easily create 2 environments for display purposes.

nx_draw_error

from network-analysis-made-simple.

ericmjl avatar ericmjl commented on July 2, 2024

@jasonifier cool - I think that has to do with matplotlib versions being incompatible with an earlier version of networkx. If you downgrade matplotlib to 2.x, that might do the trick, but long-run, I have to restart development of nxviz (which I have neglected for a while because of work). To keep expectations tempered, I'd be open to a PR fixing the G.node issue, or if you'd like to attempt it I'm happy to guide you through. Otherwise it might be a month or so (essentially during holidays, which is when, I learned, OSS maintainers usually get most work on OSS projects done).

from network-analysis-made-simple.

ericmjl avatar ericmjl commented on July 2, 2024

@jasonifier thanks a ton, really appreciate the help 😄.

There is a CONTRIBUTING.rst file in there , but in case you need the general idea:

  1. Make a fork of the nxviz.
  2. Make a "feature branch" on that fork.
  3. Make the changes on the feature branch.
  4. Send in a PR from feature branch to my nxviz master branch.

For compute environment, I don't like dictating what you should use, but I do know the conda package manager the best - in the nxviz repo, you will find an environment.yml file, which you can use to create the env:

$ conda env create -f environment.yml

That should be it! Let me know if you have other questions, by posting on the nxviz issue tracker.

from network-analysis-made-simple.

MridulS avatar MridulS commented on July 2, 2024

If this still persists please feel free to open up the issue :)

from network-analysis-made-simple.

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.