-
Yet another great tool from you!
It works fine with me with networkx < 3.4.0, but it breaks with the latest versions of networkx.
When I call
```
mof = MOF.from_cif(path_to_any_cif_file)
frag…
-
While working on a project, I found this package called [`leidenalg`](https://leidenalg.readthedocs.io/en/latest/index.html). Based on my experience, it produces higher quality communities than Networ…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm working on visualizing a knowledge graph that I created using a property index graph…
-
**Describe the bug**
I gave the same graph and, using different pattern optimization methods, obtained two inequivalent patterns.
1.
from graphix import generate_from_graph
import networkx as …
-
compile nx mixed graph (or networkx) to a probabilistic program in pyro using sympytorch
we already have symbolic structural causal models from networkx and nxmixed graph, so now we want to compile…
-
### Description
Getting the following trace when running backwards slicing from function "HAL_I2C_Master_Transmit_IT" to funtion "HAL_I2C_EV_IRQHandler" in the attached binary
[F446_I2C_TwoBoards_C…
-
Currently, the plotting function `plot_vars` does not show edges that determine the value of a node if that node has a distribution.
This potential fix draws edges in red if they influence value a…
-
### Current Behavior
I met two warnings below when running tests:
```
PYTHONPATH=. pytest -v networkx/drawing/tests/test_pylab.py::test_house_with_colors
============================…
-
### What is the expected enhancement?
grid_graph in rustworkx only reproduces the functionality of grid_2d_graph from networkx. It would be convenient to extend grid_graph to higher dimensions in …
-
I installed manim by `conda install -c conda-forge manim`.
Imported manim and ran some examples on jupyter notebook successful last day, until raised dvisvgm not found.
Then I installed and updated …