This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes how to draw a graph Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to draw a graph" Watch "how to draw a graph" New topic
Author

how to draw a graph

peer mohamed
Greenhorn

Joined: Jan 27, 2006
Posts: 4
hi


Can you tell me a method by which i can draw a graph in JSP. which classes and methods shouldi use to acheive this,
Thanks in advance
bye
peer
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
If you want to embed an image of a graph, check out the JFreeReport library for creating chart images, and the cewolf tag library for embedding them in web pages (both on SourceForge).

If it's actually graph as in "graph theory" that you're looking for, have a look at JGraph (also on SourceForge).


Android appsImageJ pluginsJava web charts
peer mohamed
Greenhorn

Joined: Jan 27, 2006
Posts: 4
my inputs are values of X and Y axes........

with that i want to draw a graph and not to embed an image........
can u help me
thank you
peer
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
If you don't want this to be an image, how do you propose to show it using HTML (which is what JSP is used for)?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to draw a graph
 
Similar Threads
graph class
Graphs in swing
Graph in java
why i'm not getting graph (output)?
big O notation