FRosner / spawncamping-dds

Data-Driven Spark allows quick data exploration based on Apache Spark.
Other
28 stars 15 forks source link

Draw Bézier curves in parallel coordinates #71

Open FRosner opened 9 years ago

FRosner commented 9 years ago

It is hard to follow one line in the parallel coordinates plot if multiple lines meet in one axis. Bézier curves help here because they make it easier.

We should draw Bézier curves instead of straight lines.

FRosner commented 9 years ago

@milosk do you think that this is difficult to implement? I believe that we did this already somewhere else, right?

FRosner commented 9 years ago

.smoothness(0.15) could be a nice value.

FRosner commented 9 years ago

The feature seems not to be mature enough. See https://github.com/FRosner/spawncamping-dds/commit/ac1297eb95af6269a27452fbe2f8cc485c28e939 commit message for details. Stuff is in branch issue/71 for now.