Renan Xavier Cortes

Results 47 comments of Renan Xavier Cortes

I'm not sure if I follow still... cause he mentions about being `None` as the default and currently the `alpha_mapclassify` and `rgb_mapclassify` as default. ![image](https://user-images.githubusercontent.com/22593188/56174020-56157480-5fa5-11e9-8644-2402bf1a81f5.png) I think a reproducible example...

Got it, @darribas ! Thanks for the reproducible example! Well, I think that what would make more sense, in this case, is your "swiss-army knife" suggestion, since I believe that...

Yes, I agree with your first point! I think would make more sense to build this under `splot`! Regarding your question, this is a screenshot that Serge shared with us...

Hi Stefanie! I was trying to develop some plotly's functions based on the splot native functions. I think I managed to develop the scatterplot offline for either in the terminal...

> Hi, I'd like a visualisation of a medium-sized network (~100 nodes) with ~7 disconnected subcomponents, and have a standard `visNetwork()` with standard `visPhysics()` and standard `visLayout()`. The resulting network...

> adding the following line kinda works for me: > > `visIgraphLayout(type="full", randomSeed = 999)` > > if you want physics effect: > > `visIgraphLayout(physics = T, type="full", randomSeed =...

I think this issue has close relation with https://github.com/datastorm-open/visNetwork/issues/330.