This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Graph problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Graph problem" Watch "Graph problem" New topic
Author

Graph problem

mic ta
Greenhorn

Joined: May 13, 2009
Posts: 28
Hello,
I found an implement a graph product http://www.math.ucsd.edu/~fan/graphdraw/llu/graphproduct/Graph.java, but unfortunately I do not how can I combine this with the following code:







I create the graph from the file:
22 18.378 59.466 13.185
24 14.270 54.556 18.227
26 30.119 51.333 33.732
29 26.326 51.100 21.154
33 23.764 55.050 18.338
34 17.697 75.884 26.178
36 22.351 66.269 28.727
37 19.980 63.046 33.535


How can I implement an product graph for two 3D graphs?

Thank you in advance.




Best regards,
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Welcome to JavaRanch

What have you tried? We expect you to show what you have done so far.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Graph problem
 
Similar Threads
Exception in thread "main" java.lang.NullPointerException
Possible loss of precision
advice on drawing a square wave pulse train
July Newsletter Puzzle (Maze Solver)
Default access