Click here to Skip to main content
15,917,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to draw a dynamic image using Contour plot in java..
how could i do?
i have some database..
how should i use that database to retrieve the dynamic image?
Posted
Updated 7-Jun-11 1:46am
v2

1 solution

A contour will be a set of points that are to be joined.
Read your list of points in order, plot them out joining each to the next, join the last to the first.

Go and try this, then ask when you get stuck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900