Comments on: d3.js experiments in the console /2012/03/d3-js-experiments-in-the-console/ Sarah Allen's reflections on internet software and other topics Wed, 25 Sep 2013 13:57:53 +0000 hourly 1 https://wordpress.org/?v=5.7.1 By: Santosh Marigowda /2012/03/d3-js-experiments-in-the-console/#comment-1297 Wed, 25 Sep 2013 13:57:53 +0000 /?p=3573#comment-1297 Thank you. Its awesome.

]]>
By: Bill /2012/03/d3-js-experiments-in-the-console/#comment-798 Mon, 24 Jun 2013 14:38:39 +0000 /?p=3573#comment-798 Finally! A way to get into the guts of d3 and play without constantly refreshing a page and the browser. Thanks!

]]>
By: Tapan /2012/03/d3-js-experiments-in-the-console/#comment-797 Fri, 19 Apr 2013 19:57:56 +0000 /?p=3573#comment-797 Best way to dig into D3, it’s awesome :)

]]>
By: Denny Lim /2012/03/d3-js-experiments-in-the-console/#comment-796 Thu, 24 Jan 2013 02:14:53 +0000 /?p=3573#comment-796 I love this experiments.
Gracias.

]]>
By: Henrik /2012/03/d3-js-experiments-in-the-console/#comment-795 Sun, 09 Dec 2012 15:15:47 +0000 /?p=3573#comment-795 Great intro. Thanks!

]]>
By: RomaS /2012/03/d3-js-experiments-in-the-console/#comment-794 Wed, 08 Aug 2012 13:17:57 +0000 /?p=3573#comment-794 This are very useful tricks, thanks!

]]>
By: Marc Baiges /2012/03/d3-js-experiments-in-the-console/#comment-793 Mon, 06 Aug 2012 21:39:47 +0000 /?p=3573#comment-793 About your question regarding nested arrays as result of selections, there is a note on https://github.com/mbostock/d3/wiki/Selections :

Operating on Selections

Selections are arrays of elements—literally. D3 binds additional methods to the array so that you can apply operators to the selected elements, such as setting an attribute on all the selected elements. One nuance is that selections are grouped: rather than a one-dimensional array, each selection is an array of arrays of elements. This preserves the hierarchical structure of subselections. Most of the time, you can ignore this detail, but that’s why a single-element selection looks like [[node]] rather than [node]. For more on nested selections, see Nested Selections.

]]>
By: Nischay /2012/03/d3-js-experiments-in-the-console/#comment-791 Sat, 07 Jul 2012 05:18:59 +0000 /?p=3573#comment-791 Awesome ones, would be amazing if you could now explain complex ones :)

]]>
By: EvanZ /2012/03/d3-js-experiments-in-the-console/#comment-790 Tue, 15 May 2012 00:10:28 +0000 /?p=3573#comment-790 Just wanted to say I appreciate your tutorial. Hopefully somebody writes a d3 book soon.

]]>