netplot icon indicating copy to clipboard operation
netplot copied to clipboard

Beautiful graph drawing

Results 9 netplot issues
Sort by recently updated
recently updated
newest added

Fantastic Package! Vertex labels with new lines are enabled in igraph plotting but not in this package. It would increase my use greatly if I could include new lines in...

enhancement
help wanted

One option for this is to perform some of the calculations using C++. The current version tries to vectorize as much as it can, but when dealing with, for example,...

enhancement

Should be the following: - circle (15) - triangle (3 + rotation) - diamond (4) - square (4 + rotation) - line (1) - pentagon (5) - hexagon (6) This...

enhancement

```r library(ergm) library(netplot) n

bug

The way I wrote `set_gpar`, it will replicate arguments and turn them into a list. Unfortunately, when passing an argument that IS A LIST, like `grid::radialGradient()`, does not work. This...

bug
enhancement

Right now we do have a function to parse formulas for edge colors, but ideally, we could have a more comprehensive/flexible system to parse formulas and return various types of...

Using Spring Algorithms to Remove Node Overlapping (https://dl.acm.org/citation.cfm?id=1082334) https://stackoverflow.com/questions/3265986/an-algorithm-to-space-out-overlapping-rectangles

enhancement

Correct the curvature level when more than 1 edge exists. For this I may need to use c++ so I can easily (fast) find multiple ties. The function which_multiple from...

enhancement