Re: Rotate
- To: mathgroup at smc.vnet.net
- Subject: [mg106396] Re: Rotate
- From: dh <dh at metrohm.com>
- Date: Mon, 11 Jan 2010 18:51:27 -0500 (EST)
- References: <hieum9$n12$1@smc.vnet.net>
Hi Bruce,
you may e.g. use Panel:
Panel[Rotate[
GraphData[{"CompleteTripartite", {2, 3, 5}}], -\[Pi]/
2], "This is the title"]
Daniel
Bruce Colletti wrote:
> Re 7.0.1 under WinXP.
>
> Rotating the result of GraphData is easy, but how to title it?
>
> I haven't found a helptext example but guided by those found, my attempt
> below yields the message "Graphics is not a Graphics primitive or
> directive."
>
> Thanks.
>
> Bruce
>
> Graphics[Rotate[
> GraphData@{"CompleteTripartite", {2, 3, 5}}, -\[Pi]/2],
> PlotLabel -> "hi"]
>
>
>