Hello,

\n

I have a large set of vertices and edges and I want to visualize them. I want the program somehow place them without specifying the co-ordinates (without x and y values in insertVertex() method). Is it possible ?

\n

Thanks,\nSatya

asked 08 Feb, 03:48

Satya's gravatar image

Satya
1
accept rate: 0%


You can use 0 for those coordinates and run a layout algorithm after having inserted all of the cells, for example the organic layout.

link

answered 08 Feb, 05:16

Gaudenz's gravatar image

Gaudenz ♦♦
7.4k15
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×75
×74

Asked: 08 Feb, 03:48

Seen: 238 times

Last updated: 08 Feb, 05:16

powered by BitNami OSQA