pygraphistry
pygraphistry copied to clipboard
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
**Is your feature request related to a problem? Please describe.** I'll often write: ```python g = g.compute_cugraph('weakly_connected_components') g = g.compute_cugraph('pagerank') g = g.compute_cugraph('betweenness_centrality') ``` We ought to have short-hands! **Describe...
**Describe the bug** plot data/histogram does not match nodes and edges dataframe **To Reproduce** ```python import pandas as pd import graphistry #graphistry.register(api=3, username='...', password='...') # example taken from https://igraph.org/python/versions/0.10.1/tutorials/minimum_spanning_trees/minimum_spanning_trees.html import...
@silkspace @tanmoyio **Is your feature request related to a problem? Please describe.** I'm working on a Morpheus pipeline that trains and applies graphistry's RGCN model (g.embed()) to graph data and...
**Describe the bug** In a hops scenario, when searching hop on node name (duplicates) vs node id, not getting hits **To Reproduce** @DataBoyTX can you share the broken hop query...
**Is your feature request related to a problem? Please describe.** Currently can go 1+ hops out, but not 0+... which misses the closest (most important / most simple) reln! **Describe...
**Is your feature request related to a problem? Please describe.** Imagine a scenario like an org chart or supply chain hierarchy or kubernetes replicated resource graph, where subgraphs / subtrees...
**Is your feature request related to a problem? Please describe.** When looking at a graph, want to highlight some paths, such as by a search Currently, we can search `g.chain(...)`...
**Is your feature request related to a problem? Please describe.** Right now multilabel is default-off and only works when there is only 1 column, and it is lists of lists...
**Is your feature request related to a problem? Please describe.** In some use cases, we want to do more than just linear chains, but allow multiple types of nodes, and...
**Describe the bug** ci on py3.9 on main: ``` + mypy --version mypy 0.[9](https://github.com/graphistry/pygraphistry/actions/runs/3185568420/jobs/5195293562#step:7:10)82 (compiled: yes) + mypy --config-file mypy.ini graphistry graphistry/util.py:62: error: Argument 1 to "sha256" has incompatible type...