-
Networkx main has dropped support for Python3.8 and 3.9. We should consider following the Scientific-Python's community spec: https://github.com/networkx/networkx/pull/7028
### Reasoning:
This m…
-
There is some duplication in the IPPM code, stemming from it's original design against the API. This means that some graphing code, and some classes which define hexels, spikes, pairings, etc, are sim…
caiw updated
2 months ago
-
macOS: 13.3.1 (22E261)
python: 3.10.10
Jupyter: 6.5.4 (server)
holoviews: 1.15.4
The method should take in a graph and give a visualization. The nodes in the visualization can be color-coded ac…
-
The integration of BioCypher in NC should provide a graph (networkx or CORNETO graph) retrieved from various prior knowledge sources, including OmniPath.
-
### Information
- **rustworkx version**: 0.15.1
- **Python version**: 3.10
- **Rust version**: Pip installed rustworkx (N/A)
- **Operating system**: MacOS
### What is the current behavior?
When …
-
Is it possible to add a networkX graph of the haul road network with labels on the edges for one-way, stop etc. This would make the simulation more practical. Vertices can also be labelled as source a…
-
#### Is your feature request related to a problem? Please describe.
This is my use case - I have a geodataframe with a bunch of linestring geometry. While I can visualize that with geodataframe.hvplo…
-
Although we're using Neo4j, there are several reasons why using NetworkX as the 'fundamental' graph format is going to be beneficial:
- Storage into the data store (json serialization is supported)
- …
-
I am trying to recreate the GNNExplainer on Google Colab using the example `xgraph_code_tutorial.ipynb`. Everything works great until I try to visualize the graph. Thank you for your help
```python…
-
In a recent MR some issues were found in `MatrixBlock` and `block_to_tensor`. Few things to check:
- `MatrixBlock` allows any size matrix (e.g., 3x3), but `qubit_support` must be given, meaning the…