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

**Describe the bug** There are 2 methods for authenticating with Spanner: 1. gcp service account credentials file, and 2. web-based interactive authentication a new optional parameter was added to register()...

bug

**Describe the bug** While running g.build_gnn(...), it fails with **To Reproduce** Code, including data, than can be run without editing: **Expected behavior** What should have happened **Actual behavior** What did...

bug

**Describe the bug** If you create a graph from cudf dataframes and call tree_layout a TypeError exception is raised. **To Reproduce** [edges_sample.csv](https://github.com/user-attachments/files/18510155/edges_sample.csv) [nodes_sample.csv](https://github.com/user-attachments/files/18510156/nodes_sample.csv) ```python import graphistry import pandas as pd...

bug
customer
layout

**Describe the bug** - point_size and edge_size - range from 0-100 but in the scene settings, it's required to pass in 0.0 to 1.0 - user requests that these numbers...

bug

**Describe the bug** Customer reports that trying to set the point_size via scene_settings doesn't always set correctly. Comment from user: > mismatch in the scale of the UI input and...

bug

**Describe the bug** User reported an issue where the radial layouts sometimes do not render, and it creates more of force-directed layout instead of radial. I was able to reproduce...

bug
p2

**Describe the bug** It seems, exact match(fuzzy=False) works well, but for fuzzy=True it fails giving the following error: AssertionError: ydf must be provided to transform data **To Reproduce** Code, including...

bug
help wanted
p2
good-first-issue

Since we now support enhanced field controls for graph data analysis (see https://hub.graphistry.com/docs/api/2/rest/field-controls/), we need to migrate some of the encoding validations currently performed on the server side.

enhancement

With the last version of Pygraphistry I get the following error while running g.umap() ![graphistry_bug](https://github.com/user-attachments/assets/1444a0e3-2aec-403d-a6ff-279c7c926978)

bug

Many demo notebooks have the following broken link in the register() example cell: : # For more options, see https://github.com/graphistry/pygraphistry#configure e.g. ``` import graphistry # To specify Graphistry account &...

bug