MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Rotate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106408] Re: [mg106393] Rotate
  • From: "David Park" <djmpark at comcast.net>
  • Date: Mon, 11 Jan 2010 18:53:40 -0500 (EST)
  • References: <23095497.1263206423571.JavaMail.root@n11>

Needs["Presentations`Master`"]

mygraph = GraphData[{"CompleteTripartite", {2, 3, 5}}]

Draw2D[
 {mygraph // DrawGraphics // RotateOp[-\[Pi]/2]},
 PlotLabel -> "hi"]


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: Bruce Colletti [mailto:bwcolletti at verizon.net] 


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"]






  • Prev by Date: Re: Rotate
  • Next by Date: Re: Occurrences in Mathematica
  • Previous by thread: Re: Rotate
  • Next by thread: Re: Re: Rotate