netgraph
netgraph copied to clipboard
Publication-quality network visualisations in python
Hello! I am trying to embed Netgraph's plots inside my [PyQt application](https://github.com/GraphFilter/GraphFilter), however I am not being able to make the figure occupy the entire window nor scale with it....
Hi, I have been trying to plot multigraphs using netgraph but it seems it is not supported. Here is a minimal example and error message: ``` # Simple example of...
`netgraph` doesn't support enclosing text labels in nodes and directing edges to the bounding boxes of text labels. At the current version nodes could be regular polygons or circles only....
python version: 3.8.10 netgraph version: 4.1.0 I'm trying to use the `get_fruchterman_reingold_layout` function to get node positions for plotting. When used on edges/nodes from a small graph, it fails, raising...
Is there any way to render the network graph with orthogonal layout?
Hi there! Is there the possibility to generate a graph with some edges that are directed (with arrow) and some undirected? Thank you, Luca
Dear authors, Is there a way to change the arrow size of the directed edges, while keeping the edge width intact? I tried to add in edge_kwargs = dict(arrow_size =...
Hi there! Running into a number of division warnings throughout the layout algorithm code, and thought I might offer up a few solutions for consideration - I've used a "safe-divide"...
Running into a pretty consistent "diamond" bound on my node layouts for some reason. I've tried playing with many layout settings, but so far it only changes the sizes _within_...
Hello, I'm looking for a way to make certain edges dashed. I tried setting linestyle on the Edge Artists after creating the plot instance but there doesn't seem to be...