Interactive Data Visualization for the Web 在線電子書 圖書標籤: Visualization 數據可視化 可視化 d3 JavaScript 計算機 Web O'Reilly
發表於2025-02-16
Interactive Data Visualization for the Web 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025
為瞭小小學習一下D3, 就快速瀏覽瞭本書, 自己做圖形/動畫so easy http://ofps.oreilly.com/titles/9781449339739/ 更直觀的體驗一把D3 http://mbostock.github.com/d3/tutorial/circle.html d3.select('body').selectAll('p') .data([1, 2, 3]).enter() .append('p').text(function(d) {return 'd' + d;});
評分入門
評分如果有HTML/CSS/JS/jQuery的基礎,可以直接看實例:https://github.com/mbostock/d3/wiki/Gallery
評分內容略淺,直接去看api文檔瞭。。
評分看瞭一半,已經感覺值得推薦,非常適用於想學點 D3 但對 javascript 之類瞭解甚少的人(如我)。
Scott Murray
編碼藝術傢,舊金山大學助理教授,主要講授數據可視化和交互設計。他是Processing(processing.org)的貢獻者,個人作品站點是alignedleft.com。
Create and publish your own interactive data visualization projects on the Web, even if you have no experience with either web development or data visualization. It's easy with this hands-on guide. You'll start with an overview of data visualization concepts and simple web technologies, and then learn how to use D3, a JavaScript library that lets you express data as visual elements in a web page. Interactive Data Visualization for the Web makes these skills available at an introductory level for designers and visual artists without programming experience, journalists interested in the emerging data journalism processes, and others keenly interested in visualization and publicly available data sources. Get a practical introduction to data visualization, accessible for beginners Focus on web-based tools that help you publish your creations quickly to a wide audience Learn about interactivity so you can engage users in exploring your data
这本书有很棒的在线免费版本,还带些interactive的元素,很不错~ http://chimera.labs.oreilly.com/books/1230000000345/index.html 最喜欢非tech背景的人写的tech书啦!读的时候不觉得自己学渣....
評分@2013 想学习D3,市面上目前只有2本专门介绍这方面的书,一本是《Getting Started with D3》(Mike Dewar, 2012)-简称GSD3,另一本就是这个-简称IDVW(Scott Murray, 2013)。 两本都读的英文版,进度却相差很大。GSD3读了一下午没怎么摸着门路,IDVM一晚上读到105页,还把例子...
評分@2013 想学习D3,市面上目前只有2本专门介绍这方面的书,一本是《Getting Started with D3》(Mike Dewar, 2012)-简称GSD3,另一本就是这个-简称IDVW(Scott Murray, 2013)。 两本都读的英文版,进度却相差很大。GSD3读了一下午没怎么摸着门路,IDVM一晚上读到105页,还把例子...
評分@2013 想学习D3,市面上目前只有2本专门介绍这方面的书,一本是《Getting Started with D3》(Mike Dewar, 2012)-简称GSD3,另一本就是这个-简称IDVW(Scott Murray, 2013)。 两本都读的英文版,进度却相差很大。GSD3读了一下午没怎么摸着门路,IDVM一晚上读到105页,还把例子...
評分这本书有很棒的在线免费版本,还带些interactive的元素,很不错~ http://chimera.labs.oreilly.com/books/1230000000345/index.html 最喜欢非tech背景的人写的tech书啦!读的时候不觉得自己学渣....
Interactive Data Visualization for the Web 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025