Re: How to rotate a Histogram (Mathamatica 6)
- To: mathgroup at smc.vnet.net
- Subject: [mg97447] Re: How to rotate a Histogram (Mathamatica 6)
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Fri, 13 Mar 2009 04:52:14 -0500 (EST)
- References: <d92c82d90903110418j22d8140cp234f729e4a2dae49@mail.gmail.com>
Dear prageeth,
The format of Rotate you are using is only possible since version 7.
In 6 it does only 3D graphics rotations.
You could try the following:
Graphics[
GeometricTransformation[
Rasterize[Plot[x, {x, -1, 1}], RasterSize -> 600][[1]],
RotationTransform[-45 Degree]
], Frame -> True
]
This rotates a rasterized version of the plot.
Cheers -- Sjoerd
On Mar 12, 9:20 am, prageeth saraka wimalaweera
<pswimalawe... at gmail.com> wrote:
> Dear Friends,
>
> I"m using Mathamatica 6.Could you please tell me a way to rotate a
> Histogram? i tried it using "Rotate[Histogram[xx[[3]], 45 Degree]"but =
it is
> not working.http://picasaweb.google.com/pswimalaweera/Graph#5311122001432=
668130
> --
> prageeth