Tamás Nepusz

Results 34 issues of Tamás Nepusz

Most of the graph generators are not interruptible yet; for instance, generating a BA graph from the Python interface with 10M vertices locks up the interpreter for a short while....

todo

**What is the feature or improvement you would like to see?** It is a common requirement when clustering a large graph to plot only the larger communities but not the...

wishlist
good first issue

From [Stack Overflow](http://stackoverflow.com/questions/31521600/handle-catch-runtimewarnings-in-connection-with-igraph-python/31540051#31540051). A short code fragment to reproduce: ``` python warnings.simplefilter('error', 'Cannot shuffle graph') degseq = [1,2,2,3] try: testgraph = igraph.Graph.Degree_Sequence(degseq,method = "vl") except RuntimeWarning: print degseq else: print...

todo

_From @tintinthong on September 20, 2017 17:54_ Hi I do not understand why the output is as such. There is a possible bug in bfs (or I might not understand...

_From @brooksambrose on May 21, 2015 22:9_ I don't think any of the `igraph.plotting` params are working in the `plot.communities` method, e.g. `label.cex`: ``` > plot(edge.betweenness.community(g),g,label.cex=.5) Error in i.parse.plot.params(graph, list(...))...

_From @rsbivand on March 17, 2015 10:26_ The following generates an error when igraph is installed with Fortran bounds checking imposed (http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Fortran-array-bounds-checking): ``` library(spdep) # version >= 0.5-86 data(boston) ab.listb

bug

_From @dhondorp on February 26, 2018 19:40_ Enable arrow.size to accept a vector that enables customization of arrowhead size by individual edge. This feature was promised in 2013, but to...

wishlist
plotting :chart:

_From @jtatria on October 18, 2017 21:34_ Hello! Sub-setting an edge vector with a logical vector from inside a function's body fails with the error below if the logical vector...

bug

_From @mkhezr on September 26, 2017 20:21_ Hello! I'm developing an R package which depends on igraph. but R CMD check shows the following: Warning messages: 1: object ‘.innei’ is...

_From @cndesantana on July 15, 2017 3:38_ Hi, It would be nice if we could plot donut shaped vertices (donut/torus/ring/...). I know it is possible to plot a donut-vertex by...

wishlist
plotting :chart: