{"id":37071608,"url":"https://github.com/ekalosak/nx3d","last_synced_at":"2026-01-14T08:24:10.064Z","repository":{"id":59398227,"uuid":"536358950","full_name":"ekalosak/nx3d","owner":"ekalosak","description":"A 3D plotting library for networkx","archived":false,"fork":false,"pushed_at":"2023-02-03T22:30:50.000Z","size":26339,"stargazers_count":5,"open_issues_count":18,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-17T00:07:12.311Z","etag":null,"topics":["3d","graph","networkx","panda3d","plotting","python","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekalosak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-14T00:45:11.000Z","updated_at":"2023-06-27T18:34:24.000Z","dependencies_parsed_at":"2023-02-18T11:48:11.372Z","dependency_job_id":null,"html_url":"https://github.com/ekalosak/nx3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ekalosak/nx3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalosak%2Fnx3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalosak%2Fnx3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalosak%2Fnx3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalosak%2Fnx3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekalosak","download_url":"https://codeload.github.com/ekalosak/nx3d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalosak%2Fnx3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","graph","networkx","panda3d","plotting","python","visualization"],"created_at":"2026-01-14T08:24:09.479Z","updated_at":"2026-01-14T08:24:10.038Z","avatar_url":"https://github.com/ekalosak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nx3d\n\n[![-missing homepage-](https://img.shields.io/badge/home-GitHub-blueviolet)](https://github.com/ekalosak/nx3d)\n[![-missing docs-](https://img.shields.io/badge/docs-ReadTheDocs-blue)](https://nx3d.readthedocs.io/en/latest/)\n[![-missing pypi-](https://img.shields.io/pypi/v/nx3d)](https://pypi.org/project/nx3d/)\n[![-missing build status-](https://img.shields.io/github/workflow/status/ekalosak/nx3d/Build%20nx3d%20and%20publish%20to%20PyPi)](https://github.com/ekalosak/nx3d/actions)\n\n[![-missing project maturity-](https://img.shields.io/badge/status-experimental-green)](https://nx3d.readthedocs.io/en/latest/maturity.html)\n[![-missing download count-](https://img.shields.io/pypi/dw/nx3d)](https://pypistats.org/packages/nx3d)\n\nA 3D plotting library for `networkx` built on `panda3d`.\n\n![-missing gif of frucht graph-](https://raw.githubusercontent.com/ekalosak/nx3d/main/docs/data/frucht_thin.gif)\n\n# Installation\n```sh\npip install nx3d\n```\n\n# Check your installation\n\n## The four nx.Graph classes\n\n### nx.Graph demo\n```sh\npython -m nx3d\n```\n\n### nx.DiGraph demo\n```sh\npython -m nx3d dir\n```\n\n### nx.MultiGraph demo\n```sh\npython -m nx3d mul\n```\n\n### nx.MultiDiGraph demo\n```sh\npython -m nx3d mul dir\n```\n\n## Dynamic graph processes\n\n### Diffusion demo\n```sh\npython -m nx3d diffusion watt nolabel\n```\n\n### Game of Life demo\n```sh\npython -m nx3d life nofilter\n```\n\n# Usage\nIn your Python code:\n```python\nimport networkx as nx\nimport nx3d\n\ng = nx.frucht_graph()\nnx3d.plot(g)\n```\n\n# Next steps\nCheck out the [docs](https://nx3d.readthedocs.io/en/latest/) for tutorials, how-to-guides, explanations, and reference\nmaterial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekalosak%2Fnx3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekalosak%2Fnx3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekalosak%2Fnx3d/lists"}