I need to plot a graph (to be specific: Fortune Algorithm output) with given vertex coordinates and a few unconnected vertices. I am thinking of using Mathematica for that.
GraphPlot
does much of the task with VertexCordinateRules
option but does not plot unconnected points.
So is there any way to do this?
And it would be even nicer if that graph comes with 2-D Axes. I was thinking to useListLinePlot
andPoint
commands but they give two different graphs as output.Is there any option for combining output from two graphs? (The
Show
command didn't help.)
Graph
instead ofGraphPlot
. Is your aim to construct an actual graph, or do you merely want to plot the result (and don't want to use it in a graph-context)? $\endgroup$