🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ilayoutx

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilayoutx

Universal library for network node layout and edge routing.

pipPyPI
Version
0.1.2
Maintainers
1

ilayoutx

Compute fast network layouts. Intended as the upstream companion for iplotx.

NOTE: This software is pre-alpha quality. The API is very much in flux, and the documentation is sparse. Use at your own risk.

Installation

pip install ilayoutx

(not working yet)

Layouts

  • Geometric:

    • line
    • circle (supports vertex sizes)
    • shell
    • spiral (WIP)
  • Grid or lattice:

    • square
    • triangular
  • Force-directed:

    • spring aka Fruchterman-Reingold
    • ARF
    • Forceatlas2
    • Kamada-Kawai
    • GEM (graph embedder)
    • LGL (buggy)
  • Machine learning:

    • UMAP: probably somewhat buggy
  • Tree-like:

    • (TODO: Reingold-Tilford)
    • (TODO: Sugiyama)
  • Other:

    • bipartite
    • random (supports vertex sizes)
    • multidimensional scaling (MDS)

Rationale

The layout code is in Rust and exposed to Python via the amazing PyO3, with the goal to combine speed (by the machine) with comfort (for the user).

I'm a rust beginner, please be kind when judging this codebase. Feel free to open an issue if you have questions.

Authors

Fabio Zanini (https://fabilab.org)

Keywords

network

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts