surfaceplotter icon indicating copy to clipboard operation
surfaceplotter copied to clipboard

A nice, simple, zoomable 3D surface plot in Java/Swing, designed for reuse

Results 11 surfaceplotter issues
Sort by recently updated
recently updated
newest added

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...

enhancement
Priority-Low

``` 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...

enhancement
Priority-Low

``` 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...

Priority-Medium
auto-migrated
Type-Defect

``` 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...

auto-migrated
Type-Defect
Milestone-2.1
Priority-High

``` 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...

auto-migrated
Type-Defect
Milestone-2.1
Priority-High

``` 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...

auto-migrated
Type-Enhancement
Priority-Low

``` 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...

Priority-Medium
auto-migrated
Type-Defect

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement