I was wondering if anybody knows how to assign labels for the (x,y,z) axis using jzy3d 3D plotting library.
I have tried to use such assignment:
chart.getView().setAxeLabels("","","");
From here: https://groups.google.com/forum/#!topic/jzy3d/6nkwF8C01Do
But it does not work.
Any ideas how to do that as by default they show up unassigned.