netgraph

Publication-quality network visualisations in python (by paulbrodersen)

Netgraph Alternatives

Similar projects and alternatives to netgraph

  1. NetworkX

    62 netgraph VS NetworkX

    Network Analysis in Python

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. Gephi

    51 netgraph VS Gephi

    Gephi - The Open Graph Viz Platform

  4. pygraphistry

    PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

  5. Graphia

    A visualisation tool for the creation and analysis of graphs

  6. algorithmx-python

    A library for network visualization and algorithm simulation.

  7. chaos-theory

    Playing around with chaos theory simulations. Creating equilibrium graphs and visualizing the logistic maps.

  8. pytransform3d

    3D transformations for Python.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. grand

    2 netgraph VS grand

    Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.

  11. awesome-community-detection

    A curated list of community detection research papers with implementations.

  12. rustworkx

    A high performance Python graph library implemented in Rust.

  13. graph-progression

    Create a progression of recommendations from a user-supplied recommender

  14. scapy

    27 netgraph VS scapy

    Scapy: the Python-based interactive packet manipulation program & library.

  15. networkit

    NetworKit is a growing open-source toolkit for large-scale network analysis.

  16. nfstream

    7 netgraph VS nfstream

    NFStream: a Flexible Network Data Analysis Framework.

  17. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better netgraph alternative or higher similarity.

netgraph discussion

Log in or Post with

netgraph reviews and mentions

Posts with mentions or reviews of netgraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • NetworkX – Network Analysis in Python
    8 projects | news.ycombinator.com | 8 Dec 2023
    You may like my Netgraph library [1], which is a Python library that aims to complement networkx, igraph, and graph-tool with publication-quality visualisations.

    Netgraph implements numerous node layout algorithms and several edge routing routines. Uniquely among Python alternatives, it handles networks with multiple components gracefully (which otherwise break most node layout routines), and it post-processes the output of the node layout and edge routing algorithms with several heuristics to increase the interpretability of the visualisation (reduction of overlaps between nodes, edges, and labels; edge crossing minimisation and edge unbundling where applicable). The highly customisable plots are created using Matplotlib, and the resulting Matplotlib objects are exposed in an easily queryable format such that they can be further manipulated and/or animated using standard Matplotlib syntax. Finally, Netgraph also supports interactive changes: with the InteractiveGraph class, nodes and edges can be positioned using the mouse, and the EditableGraph class additionally supports insertion and deletion of nodes and edges as well as their (re-)labelling through standard text-entry.

    [1] https://github.com/paulbrodersen/netgraph

  • Modeling project dependencies using direct graph
    1 project | /r/learnpython | 20 Jan 2022
  • Ask HN: With open source software, how do I find out where my users come from?
    1 project | news.ycombinator.com | 3 Nov 2021
    However, last weekend, there was a huge spike in downloads: instead of the 0-5 downloads that are typical for a normal weekend day, there were 2000 downloads, both on Saturday and Sunday [2]. I would love to know what happened here, or at least, I would like to be able to find out the next time something like this happens. Obviously, unlike a normal business, I don't control the distribution, so I can't measure the traffic with Google Analytics or similar tools.

    I would love to hear how other people that have open source projects are getting their intel into their user base.

    [1] https://github.com/paulbrodersen/netgraph

    [2] https://pepy.tech/project/netgraph

  • paulbrodersen/netgraph Python drawing utilities for publication quality plots of networks.
    1 project | /r/Python | 9 Jun 2021
  • Show HN: Netgraph, a Python library for visualizing networks
    1 project | news.ycombinator.com | 8 Jun 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 29 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic netgraph repo stats
5
712
2.4
3 months ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?