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 212 forks source link

hide label and scala on x axes #322

Open openStove opened 8 years ago

openStove commented 8 years ago

I have a lot of features, so the axes are overloaded, in result

labels on the x axes are no more readable, and disturbing, is there a way to hide them, or only some of them based on the name (for example I have x0 to x22 and y0 to y22, to only label x0 and y0 would be enough.. Where could I do this in the code ?

the same with the scala of the y axes, they are all pretty close, and no more readable, as the scala is the same for all feature, I would like to hide, some of them, and only show x0, y0, and couple of other discrete ones... would it be possible somewhere ?