Hi,
I want to write a simple code which would allow me to plot a graph with x-y axis, the points on the graph are gonna be inputed via a two dimensional array I suppose. The graph is going to be used on a website.
Please let me know any sources where I can do some research on writing codes for graphs. Any books anyone would recommend as well?
Thank you
LD
Java Applets for Websites
Started by ld_pvl, May 25 2009 06:00 PM
4 replies to this topic
#1
Posted 25 May 2009 - 06:00 PM
|
|
|
#2
Posted 25 May 2009 - 06:12 PM
Most any algebra or pre-calculus book should have what you need to know.
#3
Posted 25 May 2009 - 06:16 PM
WingedPanther said:
Most any algebra or pre-calculus book should have what you need to know.
I mean actually Java books with examples. Knowing the theory behind what we want to implement into a program by coding doesn't really mean we can code it.
What java library should I look into.
#4
Posted 25 May 2009 - 11:27 PM
Hi,
Try these packages:
Package javax.swing
Package java.awt
Package java.awt.geom.*
Cheers
Asgard
Try these packages:
Package javax.swing
Package java.awt
Package java.awt.geom.*
Cheers
Asgard
#5
Posted 26 May 2009 - 03:09 AM
thank you =]


Sign In
Create Account


Back to top









