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

**Describe the bug** When plotting graphs, the size of vertices should be independent of the resolution. In short, the vertex sizes should be independent of the output format and of...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

On a SLURM cluster I've seen some hangs due to igraph loading matplotlib ```python TimeoutError: Lock error: Matplotlib failed to acquire the following lock file: /dev/shm/.cache-sdash/matplotlib/fontlist-v330.json.matplotlib-lock This maybe due to...

stale

The online doc pages at https://python.igraph.org/ should have Google Analytics, and hooked up to the igraph Google Analytics account. @iosonofabio, is this reasonably easy to do in such a way...

stale

Hi all, My initial attempts at building a Jupyter notebook version of our `tutorial.rst` using `sphinx-gallery`. See the discussion in #667 for further info. **NOTE**: This PR is not meant...

stale

We have a Spanish tutorial now. Realistically, we can't keep all translated docs up to date ourselves. We need to rely on external contributors. One way to deal with this...

**What is the feature or improvement you would like to see?** Currently, if the number of nodes / edges do not match the length of the list defining an attribute...

stale

It would be nice to provide [the tutorial](https://python.igraph.org/en/stable/tutorial.html) as a Jupyter notebook, so people can directly evaluate code without having to copy it first. Is this easy to do @iosonofabio...

todo
documentation

Taken from #638 where @alex180500 requests matplotlib plots where vertices (e.g. circles) do not become ellipses upon stretching the x-axis. Here is his example, which reproduces on my machine: ```python...

todo
plotting