surfaceplotter
surfaceplotter copied to clipboard
A nice, simple, zoomable 3D surface plot in Java/Swing, designed for reuse
Hello I'm using the library to plot 2 functions in 2D (surface) and 3D mode. I set XMin and YMin to 0 and the I set XMax and YMax to...
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...
``` The XY mesh is very dense. Although it can be toggled on or off, there could be a setting to gradually reduce the resolution. ``` Original issue reported on...
``` In cases where the panel is part of an application with different look-and-feel it would be nice to have a simple way of adapting colors appropriately. For the ColorModelSet.lightColor...
``` Is it possible to make visible the value of the minimum and maximum tick-labels for X, Y and Z axes? I mean that if for example my maximum X...
``` It would be useful to have the possibility to remove elements from the VerticalConfigurationPanel in the JSurfacePanel class. Or alternatively to automatically remove the ButtonGroup with the curves selection...
``` It would be nice to have the possibility to set a label for the z axis. Something similar to the existing methods setXLabel() and setYLabel() e.g. surfacePanel.getSurface().setXLabel("Mylabel"); ``` Original...
``` In our current table, we have a range of theta values, range of phi values, and their respective magnitudes (Z values.) We would like for these data to be...
``` We have a table of values (theta is the X and phi is the Y), and we have all the Z values placed in table form. Our table has...
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? I have modified my version to allow different colours (axis...