| bio | website | |
|---|---|---|
| location | Boulder, CO | |
| age | 24 | |
| visits | member for | 1 year |
| seen | Jan 14 at 20:51 | |
| stats | profile views | 23 |
Interest in machine learning, algorithms, programming and so on... :)
|
Jan 14 |
awarded | Scholar |
|
Jan 14 |
accepted | Visualizing the output of a Voronoi diagram computation |
|
Apr 26 |
comment |
Visualizing the output of a Voronoi diagram computation the option i was looking for is UndirectedEdge[] in graph command. :) |
|
Apr 26 |
comment |
Visualizing the output of a Voronoi diagram computation This is, very much what I want. Though its odd how above command considers c={1,2} d={4,2} a={3,0} & b={3,7} (guess its mathematica bug!!?) but its nice that vertices are plotted proportionally to their coordinates. |
|
Apr 25 |
comment |
Visualizing the output of a Voronoi diagram computation Actually, using adjacency matrix and graph plot I am able to plot unconnected vertices but the sense of Voronoi diagram is lost as graph plot does not follow coordinates systems(i.e. no directional or distance correctness). |
|
Apr 25 |
comment |
Visualizing the output of a Voronoi diagram computation I do have version 8, but Graph command doesn't seems to plot unconnected vertices. I don't think Computational geometry package will be helpful as I am looking for visualization only. |
|
Apr 25 |
comment |
Visualizing the output of a Voronoi diagram computation Yup, I am looking just to plot my result of Voronoi diagram and not to compute them. Lets say; a={1,2};b={4,2};c={3,0};d={3,7}. So is there a way to plot an edge(c,d) and points a and b? |
|
Apr 25 |
awarded | Student |
|
Apr 25 |
asked | Visualizing the output of a Voronoi diagram computation |