Re: Rotate Dateticks in DateListPlot
- To: mathgroup at smc.vnet.net
 - Subject: [mg131312] Re: Rotate Dateticks in DateListPlot
 - From: Gregory Lypny <gregory.lypny at videotron.ca>
 - Date: Thu, 27 Jun 2013 06:31:34 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-outx@smc.vnet.net
 - Delivered-to: mathgroup-newsendx@smc.vnet.net
 - References: <20130626011529.16DE76A4A@smc.vnet.net>
 
Thanks Bob,
I never would have come up with that!
Gregory
On Tue, Jun 25, 2013, at 11:55 PM, Bob Hanlon <hanlonr357 at gmail.com> wrote:
> data = {{{2006, 10, 1}, 10}, {{2006, 10, 15}, 12}, {{2006, 10, 30}, 
>     15}, {{2006, 11, 20}, 20}};
> 
> Show[DateListPlot[data] /.
>   str_String :> Rotate[str, 90 Degree]]
> 
> 
> Bob Hanlon
> 
> 
> On Tue, Jun 25, 2013 at 9:15 PM, Gregory Lypny <gregory.lypny at videotron.ca> wrote:
> Hi Everyone,
> 
> How can I rotate the dateticks on the x-axis in a DateListPlot?  I tried
> 
>         Rotate[{list of dates}, 90 Degree]
> 
> within DateTicks-> {...} but got an error.
> 
> Gregory
> 
> 
- References:
- Rotate Dateticks in DateListPlot
- From: Gregory Lypny <gregory.lypny@videotron.ca>
 
 
 - Rotate Dateticks in DateListPlot