Paul Brodersen
                                            Paul Brodersen
                                        
                                    Are you retaining a reference to the `InteractiveMultiGraph` / `EditableMultiGraph` object? Otherwise, it will be garbage collected once the figure is drawn as explained [here](https://netgraph.readthedocs.io/en/latest/interactivity.html#troubleshooting) and then cannot be altered...
Cheers. Let me know if you find any other bugs. ;-)
> "arc" is too exotic. Whatever that means... (I do get it though. It's mostly there for arc diagrams.) > "bundled" has similar issues to "curved" below, but additionally: It...
I will fix the imports on the dev branch, but I can't merge yet, as I am still in the process of implementing other features for this release. I would...
@dgrigonis I just found a few minutes to look into your import issues. > Few missing imports are missing from _interactive_multigraph_classes.py for latest dev version: What exactly is the problem?...
 l. 26: `from matplotlib.backend_bases import key_press_handler` l. 33. `EdgeArtist` l. 42 `from ._parser import is_order_zero, is_empty, parse_graph`
It's not a feature that is currently supported, but I will add it to the TODO list. The only workaround I can see is to plot the network twice, first...
Actually, I came up with a better way that doesn't break interactive `Graph` variants. Similarly, to issue #83, you can simply instantiate the `Graph` object (or any of its derived...
Hi Luca, your proposal is very similar to what I have in mind. Basically, the plan is to support 3 cases: 1. `arrows` is a just a boolean. Everything remains...
Hi, Paul here, you may remember me as the author of matplotlib_venn_wordcloud (issue #29). I had a lazy afternoon and implemented the second approach, i.e. using `scipy.optimize`. In its current...