• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Graph problem

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch

What have you tried? We expect you to show what you have done so far.
reply
    Bookmark Topic Watch Topic
  • New Topic