 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
HansO Guest
|
Posted: Mon Jul 26, 2004 8:44 pm Post subject: Plotting data series in Java |
|
|
Hi,
I have data in (x,y) pairs and want to plot them using Java.
I've read through the Graphics tutorial on Sun, but did not find what I was
looking for.
Based on previous treads I've found it seems like drawRect(x,y,0,0) is
a solution. But as of year 2004 and newer Java SDKs, maybe some better
solution has appeared?
Any ideas how to do this?
Thanks,
HansO
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Mon Jul 26, 2004 9:29 pm Post subject: Re: Plotting data series in Java |
|
|
On Mon, 26 Jul 2004 20:44:05 GMT, "HansO" <anders (AT) kommtek (DOT) com> wrote
or quoted :
| Quote: | I have data in (x,y) pairs and want to plot them using Java.
I've read through the Graphics tutorial on Sun, but did not find what I was
looking for.
|
see http://mindprod.com/jgloss/graph.html
for links to some charting packages.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
|
|
| Back to top |
|
 |
RC Guest
|
Posted: Tue Jul 27, 2004 12:29 pm Post subject: Re: Plotting data series in Java |
|
|
HansO wrote:
| Quote: | Hi,
I have data in (x,y) pairs and want to plot them using Java.
I've read through the Graphics tutorial on Sun, but did not find what I was
looking for.
Based on previous treads I've found it seems like drawRect(x,y,0,0) is
a solution. But as of year 2004 and newer Java SDKs, maybe some better
solution has appeared?
|
Sun doesn't have any chart package.
Try JFreeChart at
http://www.jfree.org/jfreechart/index.html
|
|
| Back to top |
|
 |
HansO Guest
|
Posted: Tue Jul 27, 2004 12:37 pm Post subject: Re: Plotting data series in Java |
|
|
"RC" <raymond.chui (AT) noaa (DOT) gov> wrote: >
| Quote: | HansO wrote:
Hi,
I have data in (x,y) pairs and want to plot them using Java.
I've read through the Graphics tutorial on Sun, but did not find what I
was
looking for.
Based on previous treads I've found it seems like drawRect(x,y,0,0) is
a solution. But as of year 2004 and newer Java SDKs, maybe some better
solution has appeared?
Sun doesn't have any chart package.
Try JFreeChart at
http://www.jfree.org/jfreechart/index.html
|
Thanks for the advice. I've searched around a bit and found that JFreeChart
seems
very flexible and suited for the job. So I bought the JFreeChart developers
guide and it looks really good.
HansO
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|