All Projects → poloclub → argo-graph-lite

poloclub / argo-graph-lite

Licence: MIT License
Interactive Graph Visualization in Your Browser

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to argo-graph-lite

GraphiPy
GraphiPy: Universal Social Data Extractor
Stars: ✭ 61 (-11.59%)
Mutual labels:  graph-algorithms, graph-visualization
WebGL-Billiards
ThreeJS based 8-ball pool
Stars: ✭ 28 (-59.42%)
Mutual labels:  web-gl, three-js
Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (+130.43%)
Mutual labels:  graph-visualization, three-js
lynxkite
The complete graph data science platform
Stars: ✭ 120 (+73.91%)
Mutual labels:  graph-algorithms, graph-visualization
Networkx
Network Analysis in Python
Stars: ✭ 10,057 (+14475.36%)
Mutual labels:  graph-algorithms, graph-visualization
gradoop demo
Demo application for GRADOOP operators
Stars: ✭ 21 (-69.57%)
Mutual labels:  graph-algorithms, graph-visualization
texture-morpher
A solution to panorama transition problem (with a tool to make morphable texture) 解决全景过渡不自然的问题
Stars: ✭ 16 (-76.81%)
Mutual labels:  three-js
Graphs.jl
An optimized graphs package for the Julia programming language
Stars: ✭ 197 (+185.51%)
Mutual labels:  graph-algorithms
TAGCN
Tensorflow Implementation of the paper "Topology Adaptive Graph Convolutional Networks" (Du et al., 2017)
Stars: ✭ 17 (-75.36%)
Mutual labels:  graph-algorithms
vue-vis-network
Vue 2 integration with https://github.com/visjs/vis-network/
Stars: ✭ 57 (-17.39%)
Mutual labels:  graph-visualization
everystreet
An algorithm finding #everystreet route on Open Street Map (OSMnx)
Stars: ✭ 43 (-37.68%)
Mutual labels:  graph-algorithms
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+108.7%)
Mutual labels:  graph-algorithms
eurostat.js
Some reusable Javascript libraries for Eurostat data users and web developers
Stars: ✭ 30 (-56.52%)
Mutual labels:  d3-js
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-81.16%)
Mutual labels:  graph-algorithms
Swift-MathEagle
A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
Stars: ✭ 41 (-40.58%)
Mutual labels:  graph-algorithms
Track-Stargazers
Have fun tracking your project's stargazers
Stars: ✭ 38 (-44.93%)
Mutual labels:  d3-js
hugegraph-hubble
A graph management and analysis platform that provides features: graph data load, schema management, graph relationship analysis and graphical display, and more.
Stars: ✭ 34 (-50.72%)
Mutual labels:  graph-visualization
GOSH
An ultra-fast, GPU-based large graph embedding algorithm utilizing a novel coarsening algorithm requiring not more than a single GPU.
Stars: ✭ 12 (-82.61%)
Mutual labels:  graph-algorithms
blogs
Jupyter notebooks that support my graph data science blog posts at https://bratanic-tomaz.medium.com/
Stars: ✭ 153 (+121.74%)
Mutual labels:  graph-algorithms
CRONO
A Shared Memory Multithreaded Graph Benchmark Suite for Multicores
Stars: ✭ 21 (-69.57%)
Mutual labels:  graph-algorithms

Argo Lite

Build Status

An interactive graph visualization system that runs in your web browsers. No installation needed.

Live Demo - Launch Argo Lite in your browser

Argo Lite logo

Documentations

Feature Highlights

Interactive Graph Visualization

Visualize your graph with interactive force-directed layout, automatic sizing and coloring by pagerank, and full control over every node for customization!

Argo Lite visualization with force directed layout

Argo Lite visualization graph options

Incremental Exploration

Argo Lite empowers you to incrementally explore large graphs. Start by several import nodes (with high PageRank or degree) or by a node that you are interested in, and add their neighbor nodes to expand your visualization!

Argo Lite incremental exploration

Save and Publish via URLs

You can publish your "graph snapshot" as a URL link. Anyone with the link will be able to access and continue their exploration from this snapshot. You can still save the snapshot locally as a file if you prefer.

If you are working on sensitive or proprietary data, and prefer to set up a private sharing server with access control, please refer to Deploying Argo Lite and Sharing backend service

Argo Lite sharing graph as link

You will be able to load the snapshot from your saved file or from the shared link to work on them again. Note that each snapshot associated with a link is immutable, so if you modify a shared graph, you need to share again to get a new link. The original link will still point to the graph before your modification.

Embed into Web Pages

Argo Lite allows you to embed your interactive graph visualization snapshots into iframe-based web widgets! You can embed them into web articles, blog posts and even interactive notebooks such as Jupyter Notebooks. Tell a story with your graph!

Argo Lite embedded widget mode

Graphs for Testing and Demos

Toy graphs for testing Argo Lite


Developed and maintained by Polo Club of Data Science. MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].