Re: space between frame and plot on contourplot
- To: mathgroup at smc.vnet.net
- Subject: [mg110069] Re: space between frame and plot on contourplot
- From: "David Park" <djmpark at comcast.net>
- Date: Tue, 1 Jun 2010 04:20:56 -0400 (EDT)
ContourPlot[Cos[x] + Cos[y], {x, 0, 4 Pi}, {y, 0, 4 Pi},
PlotRangePadding -> 0]
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
From: gummyshark [mailto:kelsi.singer at gmail.com]
Hi,
When I make a contourplot, and put a frame on it, there is always a
white space between the plotted area and the frame (shaded area if you
have the shading on, or just a space between where the contours end
and the frame) I tried putting the frameticks on the outside, and
that didn't help. I am using version 7. Does anyone know how to get
rid of that white space? Essentially I want to have my contours
intersect the frame, not have a space between them and the frame.
Thanks!