Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageOn Mon, 26 Jul 2004 20:44:05 GMT, "HansO" <anders@kommtek.com> wrote or quoted : >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.
Post Follow-up to this messageHansO 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 wa s > 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
Post Follow-up to this message"RC" <raymond.chui@noaa.gov> wrote: > > HansO wrote: was > > 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.