python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Python interface for igraph

Results 82 python-igraph issues
Sort by recently updated
recently updated
newest added

_From @nadesai on August 27, 2014 20:5_ Most of the time `VertexDendrogram.as_clustering()` has worked fine for me, but I recently encountered a VertexDendrogram that persistently fails when I try to...

todo

_From @gaborcsardi on May 4, 2013 18:56_ Tuple graph, vertex and edge attributes are not stored when exported to GraphML (I don't know about other formats) in python-igraph 0.6 (0.5...

todo

**Describe the bug** When attempting to install locally with pip I can't get the `--use-pkg-config` to take effect. **To reproduce** ```console $ pip install . --install-option='--use-pkg-config' WARNING: Disabling all use...

Copy from https://github.com/igraph/igraph/issues/2230 **Describe the bug** ``` Traceback (most recent call last): File "C:\Users\Max\Desktop\graphs-generation\graphs.py", line 40, in igraph.plot(g, target='myfile.pdf') File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\igraph\drawing\__init__.py", line 284, in plot result.save() File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\igraph\drawing\cairo\plot.py", line 317,...

plotting

**What is the feature or improvement you would like to see?** Using a custom artist simplifies a few things when plotting or animating graphs in matplotlib. @tacaswell just referred me...

wishlist
plotting

#560 - [x] patch setup.py - [x] Actions workflow **Current showstoppers:** During configuration of the igraph build: > CMake Error at etc/cmake/ieee754_endianness.cmake:50 (message): igraph only supports platforms where IEEE754 doubles...

Feature: `import igraph` faster. Important for startup time critical applications. Currently, on my system, `igraph` import takes about a second. This should have no effect on matplotlib functionality.

stale

**What is the feature or improvement you would like to see?** Function to determine global/local efficiency in python. **Use cases for the feature** This feature will help analyze the resilience...

wishlist

**Describe the bug** In v0.10.4, a list of `matplotlib.text.Text` was included in ax drawn with `ig.plot(g, target=ax)`, but not in v0.10.5 or the latest version. **To reproduce** ```python import igraph...

stale

**Describe the bug** With the Matplotlib backend, the 'diamond' shape has two problems: - It is visually much smaller than other shapes. All shapes should appear to be the same...