Results 32 issues of Enzo

I've seen this very elegant example of adjacency / co-occurrence matrix designed by M. Bostock. Very impressive. http://bost.ocks.org/mike/miserables/ I wonder if there is anything similar already achievable with any htmlwidgets?...

I saw this interesting library here: http://www.jqplot.com/index.php But I didn't look at it in any details. @timelyportfolio Maybe it would be worth your expert look to determine the complexity of...

@timelyportfolio are you familiar with the htmlwidgets attempt [here](https://github.com/sipemu/d3Dashboard)? I couldn't make it work it in shiny (but I spent very little time on it). The bullet charts look really...

Hi If anybody is interested in using the d3library with R a starting point is the new library rd3pie [here](https://github.com/smartinsightsfromdata/rd3pie) Benjamin Keen acknowledged directly in the DESCRIPTION file (as per...

Thanks for this very useful library (& the porting onto spacy 2.0!). I'm playing with the various keyword extraction functions. I wonder on the best strategy to further whittle down...

I'm trying to compile the R package rgdal that interfaces the gdal library in R. The compile fails because it is not able to find GDAL-CONFIG, and in fact even...

I run the code in the example (bar a minor change as discussed in https://github.com/JuliaStats/MultivariateStats.jl/issues/166 ) and I get a matrix index error: This is the code (till the error)...

I have a simple shiny app with a sankey chart. It works on all browsers, but in Firefox is incredibly small to the point of been unusable. Could it be...

bug
sankeyNetwork
viewbox

I do: ``` opengrid e$ gulp test --full-trace ``` But I get an error (maybe `done()` is missing as suggested in the rror message?): ``` [18:18:34] Using gulpfile ~/engines/opengrid/gulpfile.js [18:18:34]...

bug

I wonder if d3heatmap is suitable to build the equivalent of Mike Bostock's Les Misérables Co-occurrence? How would I build the sexy transitions using d3heatmap and shiny? Would any other...