Fabio Zanini

Results 120 comments of Fabio Zanini

Sounds great, happy to hear things are moving and looking forward to rejoining the conversation!

Could you please try the develop branch of python-igraph?

We redesigned the whole plotting interface in `develop` so it's not easy to do that. Version 0.10 of the C core is out as pre-release and will be released ASAP,...

Is this still present in the matplotlib interface?

Is this the develop branch? If not please test with that

I use Python+vim which is (early) 20th century but efficient: open a matplotlib window (Qt5), zoom in the plot if you want to, save it to file at the desired...

`matplotlib` is reasonably notebook-friendly, while `plotly` is "web first" and has several renderers dedicated to notebooks, jupyterlab, embedded html, etc. I feel like trying to embed a Cairo-made PNG into...

`ax.invert_yaxis()` before or after the plot inverts the y axis in mpl... would you like me to invert it by default?