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

We should have an explicit cosmosdb tutorial notebook series: - [ ] connection info, incl pk usage - [ ] df -> cosmos - [ ] query -> cosmos ->...

enhancement
help wanted
good-first-issue

I am using graphistry to display my Neo4J graphs in a web-app and my graphs are not too big in size. Would love to have an option to show relationship...

enhancement

Request to include a function which filters all properties of a node or a relationship, where we just mention the property name and only those mentioned in the function are...

enhancement

https://pyviz.org/tools.html#dashboarding We make sense for mult categories afaict: High-Level, Native-GUI, Other InfoVis, SciVis, Graphs and networks, and arguably, Dashboarding Callouts/Built on: * webgl * graphistry: https://images.app.goo.gl/HDfe7R8WismQzBz56

help wanted
docs
good-first-issue

**Is your feature request related to a problem? Please describe.** When mistakingly writing `register(api='3')` vs `api=3`, error happened at `.plot()` and in a surprising way. **Describe the solution you'd like**...

enhancement
help wanted
good-first-issue

**Is your feature request related to a problem? Please describe.** Graph compute libraries like `cuGraph` support all sorts of node-centric community detectors, but generally not edge-centric ones, which are needed...

enhancement
help wanted
good-first-issue

I plotted a graph with graphistry, I want to then take stamp (a static image for a presentation) and I want to higlight only some nodes (the idea to show...

**Is your feature request related to a problem? Please describe.** When shaping a datawarehouse extract, we can structure the edges but not nodes: ```python ### | account_id | account_name |...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes edges have their own direction, like: ``` | account1 | account2 | debitOrCredit | ``` In these cases, it'd...

enhancement

**Is your feature request related to a problem? Please describe.** When enriching a graph, there's a lot of wrangling, and can lead to funny workaround ex: if a superset of...

enhancement