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

[WISHLIST] Use custom artist for mpl plotting

Open iosonofabio opened this issue 3 years ago • 0 comments

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 to this:

https://github.com/networkx/grave/blob/af475f04f48b8d193091cc510b447c264580b766/grave/grave.py#L221

So let's keep it in mind for the next refactoring of our plotting codebase.

iosonofabio avatar Sep 22 '22 12:09 iosonofabio