pygraphistry icon indicating copy to clipboard operation
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

Results 214 pygraphistry issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

enhancement
help wanted
p4
good-first-issue

**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...

bug

@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...

enhancement

**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...

bug
customer

**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...

enhancement
customer

**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...

enhancement
p4

**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(...)`...

enhancement
help wanted
p3
good-first-issue

**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...

enhancement
help wanted
good-first-issue

**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...

enhancement
p3

**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...

bug
help wanted
good-first-issue