MathGroup Archive 2009

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

Search the Archive

Re: display of graphics primitives

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101154] Re: [mg101097] display of graphics primitives
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 25 Jun 2009 07:14:34 -0400 (EDT)
  • References: <33472043.1245839715592.JavaMail.root@n11>

Because Graphics is the image and Circle is one of many primitives that can
be part of the image. If Circle itself produced an image, how could you
combine it with other Circles or primitives in one image?

The Presentations package also allows the primitives produced by all the
plot types to be treated directly as graphics primitives and combined
directly with other graphics directives and primitives.


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



From: dsmithy [mailto:dsmithy at live.ca] 


Why do you have to place graphics primitives in the Graphics[ ]
expression in order for them to be displayed graphically? Why doesn't,
for example, Circle[ ] display as a graphic in StandardForm? Why must
it be Graphics[Circle[ ]]?
Thank you.




  • Prev by Date: Re: ListLinePlot Marker Location
  • Next by Date: Re: Take away the sliders
  • Previous by thread: Re: display of graphics primitives
  • Next by thread: Re: display of graphics primitives