D3: .scaleLinear, .axisBottom: Axis Bottom
d3.scaleLinear()
andd3.axisBottom()
are D3.js v4 functions.attrs()
comes withd3-selection-multi.v1.min.js
0
was clipped intentionally.tickSize()
and.tickPadding()
were added to thed3.axisBottom()
chainaxisNodes.selectAll()
calls were commented out because v4 ignores them
Forked v4 script above. Original v3 script below.
D3.js 3.5.17 seems to have a similar existence to Python 2.7.13. Maintained to avoid alienating v3 users.