Hi,
I wanted a
perl script which can give me a graph from the object location :
I am
generating my data in hash , something like this :
object à {object_1} {get_location } à = 3
{object_1} {get_location } -> =4
-> {get_location } à = 10
{object_2} {get_location } -> =2
Now
after I collect a set of these objects : I want to generate a graph
x on x-axis and y on y-axis , where x and y will the location of cell
Basically a
graph for distance : something like this :
Location
graph:
------------------------
X object1
|
*(x1,y1)
| object2
| *(x2,y2)
|
|
|
| object3
|
*(x3,y3)
|------------------------------------------ y
-Sneha
.