Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add graph viz section #62

Merged
merged 8 commits into from
Mar 7, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 65 additions & 11 deletions tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,78 @@
site: https://github.com/andrea-cuttone/geoplotlib/wiki/User-Guide
badges: pypi

- name: Other domain-specific
intro: Tools focused on specific research or application areas other than those above.
- name: Graphs and networks
intro: Tools to visualize graphs (networks).
jbednar marked this conversation as resolved.
Show resolved Hide resolved
packages:

- repo: networkx/networkx
site: https://networkx.github.io
appveyor_project: dschult/networkx-pqott
badges: travis, appveyor, codecov, pypi, conda, site
jbednar marked this conversation as resolved.
Show resolved Hide resolved

- repo: skewed/graph-tool
# repo: https://git.skewed.de/count0/graph-tool
site: http://graph-tool.skewed.de
conda_channel: conda-forge
badges: conda, site

- repo: igraph/python-igraph
site: https://igraph.org/python
conda_channel: conda-forge
appveyor_project: ntamas/python-igraph
badges: travis, appveyor, pypi, conda, site

- repo: xflr6/graphviz
site: https://graphviz.readthedocs.io
conda_package: python-graphviz
conda_channel: conda-forge
badges: travis, codecov, pypi, conda, rtd, site
mdeff marked this conversation as resolved.
Show resolved Hide resolved
jbednar marked this conversation as resolved.
Show resolved Hide resolved

- repo: pygraphviz/pygraphviz
site: https://pygraphviz.github.io
conda_channel: conda-forge
badges: travis, pypi, conda, site
jbednar marked this conversation as resolved.
Show resolved Hide resolved

- repo: epfl-lts2/pygsp
site: https://pygsp.readthedocs.io
conda_channel: conda-forge
badges: travis, coveralls, pypi, conda, rtd, site

- repo: benmaier/netwulf
site: https://netwulf.readthedocs.io
badges: travis, pypi, rtd, site

- repo: cytoscape/py2cytoscape
site: https://py2cytoscape.readthedocs.io
conda_channel: conda-forge
badges: travis, pypi, conda, rtd, site

- repo: graphistry/pygraphistry
site: https://www.graphistry.com
badges: travis, pypi, rtd, site
jbednar marked this conversation as resolved.
Show resolved Hide resolved

- repo: WestHealth/pyvis
site: https://pyvis.readthedocs.io
badges: pypi, site

- repo: SkBlaz/Py3Plex
site: https://skblaz.github.io/Py3plex/
jbednar marked this conversation as resolved.
Show resolved Hide resolved
badges: pypi, site

- repo: dblarremore/webweb
site: https://webwebpage.github.io
badges: pypi, site

- repo: Yomguithereal/ipysigma
badges: pypi

- repo: timkpaine/ipydagred3
badges: azure, pypi
jbednar marked this conversation as resolved.
Show resolved Hide resolved

jbednar marked this conversation as resolved.
Show resolved Hide resolved
- name: Other domain-specific
intro: Tools focused on specific research or application areas other than those above.
packages:

- repo: scikit-image/scikit-image
site: https://scikit-image.org
badges: travis, appveyor, codecov, pypi, conda, site
Expand Down Expand Up @@ -253,22 +316,13 @@
site: https://yt-project.org
badges: travis, codecov, pypi, conda, site

- repo: epfl-lts2/pygsp
site: https://pygsp.readthedocs.io
conda_channel: conda-forge
badges: travis, coveralls, pypi, conda, rtd, site

- repo: ContextLab/hypertools
badges: pypi, rtd

- repo: ismms-himc/clustergrammer2
site: https://clustergrammer.readthedocs.io
badges: pypi, site

- repo: skewed/graph-tool
site: http://graph-tool.skewed.de
badges: pypi, site

- name: Large-data rendering
intro: Tools for rasterizing/aggregating data before visualization, which can make rendering faster, allow larger datasets, or make it feasible to use remote datasets (with server-side rendering).
packages:
Expand Down