how-to show a contourplot together with a point grid
- To: mathgroup at smc.vnet.net
- Subject: [mg72006] how-to show a contourplot together with a point grid
- From: "learner" <freephys at gmail.com>
- Date: Fri, 8 Dec 2006 06:17:54 -0500 (EST)
Hi guys, i have a matix of dimension {m,n} and make a listcontourplot out of it. and i have another matrix of the same dimension and make a plot by : Show[Map[Point,grid]]. i want to overlap these two plots together. And I have tried using the second one as the Epilog of the first one, but it did not work. any ideas? generally, how can i overlap two plots in one figure? thanks for your attentions and reply