Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within General Computing
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles
this week in the
Functional programming
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Liutauras Vilda
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Junilu Lacar
Tim Cooke
Saloon Keepers:
Carey Brown
Stephan van Hulst
Tim Holloway
Peter Rooke
Himai Minh
Bartenders:
Piet Souris
Mikalai Zaikin
Forum:
General Computing
Graphing / Chart Library Help
Aaron Roberts
Ranch Hand
Posts: 174
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I'm trying to find a charting library to do line x/y and 3d plots. My max data size would be about 10 meg of x/y/z data.
Does anyone have any experience with scientific visualization using
java
?
Recommendations on libraries to use?
Thanks,
Aaron
Ulf Dittmer
Rancher
Posts: 43081
77
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For 2D charts both JFreeChart and JChart2D are popular (links are
here
).
Aaron Roberts
Ranch Hand
Posts: 174
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Any 3d libraries?
Have you used either of the two you mentioned? I'd like to get a rough idea of how quick they will be with somewhat large data sets.
Thanks,
Aaron
Vikram Shirur
Ranch Hand
Posts: 33
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
By Using JFreeChart you can even draw 3D graphs... See the Demo and reffer the Demo Code for examples...
I have used it for 2d Graphs and it is very simple to use..
Vikram Shirur,
SCJP
1.4
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
What do you use for 2-D data plotting?
boolean operators
Operator precedence
Another Puzzle
Need help on animation using GUI Builder.
More...