Hi Andy, the problem is: when it comes to visualization I'm a cargo-cult programmer [1] - I basically took the Tree Layout example from the D3 gallery, created the JSON representation along the lines of the example and added some minor modifications.
> How much does the JSON differ from the dot file? not really, it holds more or less the same information. > Was it not possible to read the dot with D3? Or did you just add extra > information? no extra information; but parsing the dot file in JS would have been much more work for me than exporting the tree in the JSON format used by the example. I rather program in Python than JavaScript - I'm sure you understand that ;-) best, Peter [1] http://en.wikipedia.org/wiki/Cargo_cult_programming 2012/10/1 Andreas Mueller <[email protected]>: > Hey Peter. > That is pretty cool! Thanks for sharing! > > I think it would be great if we could make this more accessible. > > > Cheers, > Andy > > ------------------------------------------------------------------------------ > Got visibility? > Most devs has no idea what their production app looks like. > Find out how fast your code is with AppDynamics Lite. > http://ad.doubleclick.net/clk;262219671;13503038;y? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general -- Peter Prettenhofer ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
