The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

arrays

Posted by Andrew Stevenson on August 03, 2000 at 8:39 AM


Hi,

I have a file of seven columns, each column contains approximately 100 numbers in length,

I need to take these seven columns into an array and then access the array accordingly in terms of the columns which I will need to plot graph. At any one time I will access only two columns.

I already have the graph plotting program and the graph will be displayed on an applet in a web page on the WWW.

The person who accesses the web page will want certain columns plotting against other columns so the web page needs to take in this data (i.e. which column to plot against which), select the appropriate columns in the array and then plot the graph.

Have you got any idea on how to do this.
I appreciate the help

Andrew Stevenson




Replies:
  • RE: Arrays Kishori Sharan August 03, 2000 at 3:59 PM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us