• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • 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: 77900
373
  • 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.
 
Where all the women are strong, all the men are good looking and all the tiny ads are above average:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic