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

This task is to verify that the attribute table does not get corrupted when graph modification fails. This issue is specifically for the attribute handler of python-igraph. This relates to...

todo

`igraph_list_triangles()` should be exposed in Python. I had a need for it today and I was quite surprised that it was not available!

todo

**What is the feature or improvement you would like to see?** Hierarchical Random Graph methodology (Clauset et al. 2008) has been implemented on the C version and R version of...

wishlist

Hello, When using lambda function in the _combine_vertices_ attribute of _cluster_graph_ method (see code) I discovered a memory leak: after deleting the condensed graph, a section of memory is still...

**What is the feature or improvement you would like to see?** It is a common requirement when clustering a large graph to plot only the larger communities but not the...

wishlist
good first issue

First chunk of functions to be floated up to the Python interface from the C core, as planned in #389. Some of this stuff in the C core is not...

todo

We should aim, as a continuous self-improvement kind of goal, to close the gap in function availability between the igraph C core and the Python interface. To help with that,...

todo

**Describe the bug** The layout coordination systems in `matplotlib` and `cairo` are using inverted y-axis from each other. **To reproduce** ``` g = ig.Graph.Famous('Zachary') ig.plot(g) ``` yields ![image](https://user-images.githubusercontent.com/6057804/146087657-8baff8a4-5866-4c1a-b0f9-cada8d918585.png) while ```...

todo

We have a set of usability benchmarks—a collection of small tasks that help us judge how convenient it is to use the library. This issue is to implement each such...

todo
good first issue

**What is the feature or improvement you would like to see?** There's been a discussion on progress bars in #485 that deserves its own issue. **Use cases for the feature**...

todo