-
E.g. https://ipython-books.github.io/64-visualizing-a-networkx-graph-in-the-notebook-with-d3js/
Also of interest for integrating javascript into notebooks: https://github.com/wrattler/wrattler
-
The current graph visualization code is broken.
Additionally, It uses arbor.js.
Lets explore the d3.js at http://d3js.org/ because this is the more popular package.
We need to make sure d3.js is dynam…
cegme updated
12 years ago
-
See (Kentucky State Report Cards)[https://github.com/wbuchanan/kentuckyStateReportCards] for other approaches to managing all the data. So far there is one function for combining the files across yea…
-
This is an idea suggesting during a recent retrospective session.
TODO:
* propose an implementation to integrate such a graph on a webpage
* with D3 (https://d3js.org) ?
* how to make it …
-
For this week's lab, let explore some available visualization packages. I noticed many groups where using Google Sheets or Excel for generating plots and graphs. While these work they tend to be fai…
-
Hello,
what is the minimum d3js requirement for c3 ?
I would like to produce a minimal build for d3.js with stuff like :
`import {scaleLinear} from "d3-scale";
`
From the doc of D3 : "D3 is w…
-
-
-
Exploring the use of d3js.org for plotting transformation tree.
-
**Simple**
- [ ] Use `d3.csv.parse()`: https://github.com/mbostock/d3/wiki/CSV#wiki-parse.
**Advanced**
- [ ] Convert from function to one execution in line with other charts
- [ ] Use `data.csv` ins…