display of graphics primitives
- To: mathgroup at smc.vnet.net
- Subject: [mg101097] display of graphics primitives
- From: dsmithy <dsmithy at live.ca>
- Date: Wed, 24 Jun 2009 06:29:51 -0400 (EDT)
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.