Re: DateListPlot (Margins? or something?)
- To: mathgroup at smc.vnet.net
- Subject: [mg110167] Re: DateListPlot (Margins? or something?)
- From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
- Date: Sat, 5 Jun 2010 07:32:15 -0400 (EDT)
Hi,
you mean PlotRangePadding
data = FinancialData["GE", {2000, 1, 1}];
DateListPlot[data, Joined -> True, Filling -> Bottom,
PlotRangePadding -> None]
Cheers
Patrick
On Fri, 2010-06-04 at 08:01 -0400, telefunkenvf14 wrote:
> Group:
>
> This is driving me nuts. I recall using ContourPlot a while back and
> finding an option to eliminate the 'padding' around the plot (i.e.,
> between the plot and the frame), but can't find my previous work.
> Grrr...
>
> Does anyone know what option I'm thinking of? (And do you know if it
> will also work for DateListPlot?)
>
> -RG
>