search for: d3js

Displaying 3 results from an estimated 3 matches for "d3js".

2016 Apr 21
3
[RFC] Using D3 in LNT?
...the perf profile view in LNT that James added recently. I've got a series of patches ready that reconstruct the control flow graph from the perf profiles, which helps a lot in quickly finding the codegen differences that cause performance deltas. I've used the D3 javascript library (https://d3js.org/) to implement the visualization. My question is if there is any objection to add D3 to LNT? I think D3 will allow us to produce nicer and/or more informative charts and visualizations in the future. I've attached an example screenshot of the control flow graph visualization that I plan t...
2016 Dec 27
0
Proper attribution in Authors@R for the d3.js library by Mike Bostock
...the Rd files. However, there are a growing number of packages that use d3.js now, and the habit (standard?) now seems to be to put Bostock in Authors at R, but they do so in different ways. Here are a few examples: D3partitionR: Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib, http://d3js.org. The partitionChart, sunburst, the treemap, the zoomable circlePacking, the collapsible indented tree and the collapsible tree are all derived from his works.) scatterD3: Mike Bostock [aut, cph] (d3.js library, http://d3js.org) qrage: Michael Bostock [ctb, cph] (D3.js library) And there ar...
2012 Dec 26
3
R graphs from database
Browsing the web recently, I came across what I think is a new utility for generating an interactive, web-based R graph of data from a database. The generated graph can be manipulated by a user to choose different data, limits, etc. I would like to investigate using this with data from our research project but unfortunately, I didn't bookmark it and it's no longer in my browser history,