syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
511 stars 211 forks source link

ticks() doesn't work as expected #274

Open julianheinrich opened 8 years ago

julianheinrich commented 8 years ago

The minimal example in the documentation uses ticks(3) but more than 3 ticks are shown for some axes.

Removing this from examples page until fixed.

syntagmatic commented 8 years ago

This forwards on to d3.scale.linear.ticks: https://github.com/mbostock/d3/wiki/Quantitative-Scales#linear_ticks

"The specified count is only a hint; the scale may return more or fewer values depending on the input domain."

julianheinrich commented 8 years ago

I see. Removed the 'bug' label, so remains documentation issue ;-)