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.

Re: How to display single datapoints? (I'm a beginner!)

Bill,

Thanks for the illuminating example!  I think instead of

>         // substitute source of values for 'Xi', 'Yj'
>         // and 'Zij' in these three lines
>         data[0][i + 5*j] = Xi;
>         data[0][i + 5*j] = Yi;
>         data[0][i + 5*j] = Zij;

it really should be

          // substitute source of values for 'Xi', 'Yj'
          // and 'Zij' in these three lines
          data[0][i + 5*j] = Xi;
          data[1][i + 5*j] = Yi;
          data[2][i + 5*j] = Zij;

--Russ


  • 1998 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: