Re: Rotate
- To: mathgroup at smc.vnet.net
- Subject: [mg106397] Re: [mg106393] Rotate
- From: Mark McClure <mcmcclur at unca.edu>
- Date: Mon, 11 Jan 2010 18:51:38 -0500 (EST)
- References: <201001111031.FAA23611@smc.vnet.net>
On Mon, Jan 11, 2010 at 5:31 AM, Bruce Colletti <bwcolletti at verizon.net> wr= ote: > 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." > ... > Graphics[Rotate[ > GraphData@{"CompleteTripartite", {2, 3, 5}}, -\[Pi]/2], > PlotLabel -> "hi"] You could use Labeled: Labeled[Rotate[ GraphData@{"CompleteTripartite", {2, 3, 5}}, -\[Pi]/2], "hi", Top] Mark McClure
- References:
- Rotate
- From: "Bruce Colletti" <bwcolletti@verizon.net>
- Rotate