ParasolJS / parasol-es

ES6 module for interactive visualization of multi-objective optimization problems
https://parasoljs.github.io/
MIT License
26 stars 5 forks source link

Add example for user specified scales #17

Closed wraseman closed 5 years ago

wraseman commented 5 years ago

Create an example which demonstrates how users can scale axes (especially, in conjunction with keep/remove data methods). This would use the pc.scale() method from Parcoords which will eventually be made available to Parasol (i.e., ps.scale()).

wraseman commented 5 years ago

I've implemented the pc.scale() method to scale the axes in the LRGV example for the paper. So this task is complete.