two plots in Mathemtica 7. Bug?
- To: mathgroup at smc.vnet.net
- Subject: [mg95723] two plots in Mathemtica 7. Bug?
- From: "sv07171024" <steven_504 at telenet.be>
- Date: Sun, 25 Jan 2009 21:47:56 -0500 (EST)
Hi, when I execute << ComputationalGeometry`;nodes = Table[Random[], {20}, {2}]; DiagramPlot[nodes] ; PlanarGraphPlot[nodes] in Mathematica 7 I only get the latter (the Delaunay diagram), while, IIRC, Mathematica 6 showed both. I found that I could get both plots if I add a second semi-column between the plot statement. In this case they are put side by side rather than above each other, with the semi-columns between them. A bug?