ericaro / surfaceplotter

A nice, simple, zoomable 3D surface plot in Java/Swing, designed for reuse
15 stars 12 forks source link

Can we set Range and Mapper interface to accept double x and y values as well ? #23

Open ghost opened 6 years ago

ghost commented 6 years ago

I felt this library is the best i have seen so far.Hopefully i am able to export text file with values for z-axis, I have two issues 1)Am unable to set the range for x and y axis. 2)The mapper interface is taking only two x and y float values,I need double values instead. Can anyone help me on this please .