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

Hi, How to export the pygraphistry visulalization to png/pdf/svg/jpeg ?

enhancement
p4

**Describe the bug** Customer reported bug with GFQL's e_forward() not returning the correct results unless the edge df IDs are named 'src' and 'dest' **To Reproduce** ``` import graphistry import...

bug
help wanted
p3
good-first-issue

**Describe the bug** User reports ArrowInvalid error in g.plot() after retrieving data from memgraph using graphistry.cypher() - running from databricks notebook `g.plot()` results in: ``` ArrowInvalid 'Could not convert "SomeString"...

bug

**Is your feature request related to a problem? Please describe.** In python flows like `g.plot()`, it would be quite handy to be able to get the `node_file_id`, `edge_file_id`, and `dataset_id`...

enhancement
help wanted