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 181 pygraphistry issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When igraph conversion is used on a table with no nodes and then plotted, have to write `node_attributes=["_n_implicit", "cluster"]` **To Reproduce** See account incident from 5/4/2022

bug
igraph

**Describe the bug** Copied jwt hub dashboard snippet into jupyter and got `must call login()` first ( @webcoderz ) PyGraphistry 0.25.0

bug

**Is your feature request related to a problem? Please describe.** In the Marvel tutorial (.../simple/...), some somewhat tricky code does some nice spatial separation of clusters via edge weights: *...

enhancement

**Describe the bug** ```python import graphistry dir(graphistry.ast) ``` prints python ast package, not graphistry's this makes it ~impossible to use `.chain()` (AI branch)

bug

Node reductions are great! # What This is an important case of graph reductions. There are requests in both the UI and APIs to do reductions at the level of...

enhancement
help wanted
good-first-issue

**Is your feature request related to a problem? Please describe.** Current collapse code is slow on big graphs, e.g., seconds/minutes 1K-100K edges **Describe the solution you'd like** * closer to...

enhancement

**Is your feature request related to a problem? Please describe.** Typical cases of `.collapse(` are acting on a dict (`{'type': 'account', 'risk': 'high'}`) or a col list (`cols=['type']` or `cols=['type',...

enhancement

**Is your feature request related to a problem? Please describe.** In some scenarios, an extra dimension can help, and luminosity is one of them. Additional, a secondary key for normalization...

enhancement
good-first-issue

**Is your feature request related to a problem? Please describe.** I repeatedly struggled to get `umap(scale=..., )` to return > 0 edge, and when digging in, saw the weight filter...

enhancement