Alexander Tsankov
##Email [email protected]
Write down your answers to TWO questions. For the rest, think about them and be ready to discuss in class.
D3 stands for "Data driven Documents"
It allows us to map data and create dynamically changing visualizations.
Lead developer of D3
In the expression function(d) { return Math.sqrt(d); }, can d be replaced by another variable name such as t? Why or why not?
It can because d can be renamed as necessary. Although for D3 it is best practice to
Which sentence or paragraph in the tutorial article is impossible to understand and can be skipped for now?
Everything seemed to make perfect sense!