Closed wraseman closed 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()).
pc.scale()
ps.scale()
I've implemented the pc.scale() method to scale the axes in the LRGV example for the paper. So this task is complete.
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()
).