NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hello people I create a 2 dimensional array float [][] werte = new float[][] {{-3.0f, -0.5f, 0.0f, 1.5f, 3.0f} , {0.0f, 10.75f, 45.0f, 33.75f, 0.0f,} }; Now i want to display these points in my display (x,y). My display draws the points but does not connect them to lines or curves. How can i connect these points without loosing the ability to choose the exact coordinates on both axis ????? Thanks to everyone Larsson
visad
archives: