TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Linguistic Introduction to D3

144 pointsby mox111about 6 years ago

3 comments

fouronnes3about 6 years ago
I have a dataviz side project, and I'm curious to learn d3 to improve the web rendering. Right now I'm generating png images with matplotlib and showing those with <img>. It's very decent, but it would be much better with svg or html. The task looks daunting though because it sounds like what I actually need to learn is 3 separate languages: d3, SVG and javascript. Then redo all the fine tuning of styles and themes I did in plt again. A lot of work.
评论 #19746578 未加载
评论 #19745774 未加载
评论 #19749790 未加载
评论 #19745710 未加载
评论 #19748081 未加载
评论 #19746345 未加载
评论 #19749151 未加载
n1000about 6 years ago
Can anyone recommend a data visualisation course that is based on D3?
评论 #19749122 未加载
评论 #19745986 未加载
评论 #19747700 未加载
评论 #19746500 未加载
评论 #19746149 未加载
评论 #19749369 未加载
barrypabout 6 years ago
Nice! Very timely for me too, I was just doing some D3 stuff this morning, and this very clearly explained what&#x27;s going on under the hood.<p>I was definitely in the &quot;copy&#x2F;paste pieces of code from various snippets over at bl.ocks.org, cross my fingers and hope for the best.&quot; camp. It makes much more sense now.