MathGroup Archive 2002

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

Search the Archive

Re: Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34806] Re: Graphics
  • From: Mark Westwood <MarkCWestwood at compuserve.com>
  • Date: Sat, 8 Jun 2002 05:21:12 -0400 (EDT)
  • References: <adpfqm$j4q$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Shz Shz

You could start with something like
Show[Graphics[Polygon[{{0,0},{0,1},{1,1}}] which will draw a triangle. 
You might want to experiment with specifying the vertices of your shapes
with some function or other.  There is also a graphics primitive called
Rectangle which is useful.

Regards
Mark Westwood

Shz Shz Oon wrote:
> 
> Hi all,
> I have a very simple question. Maybe it is too simple to ask but i really need help.
> Does anyone know how to
> 1) draw a triangle
> 2) draw a square
> with mathematica" ?
> I try to draw them by loading the Graphics'Arrow' package but it seem
> to benothing come out.
> 
> Thank you in advance!
> Shz Shz
> 
> ==================================================================================
> E-mail and Data Confidentiality Notice
> 
> This email and any of its' content is transmitted for the sole use and access
> of the individual or entity to which they are addressed. Any disclosure, copying,
> distribution and diversion contrary to the applicable export control laws and
> regulations including US Export Administration Regulations is strictly prohibited.
> 
> If you have received this email in error, please do not read, copy or use it,
> and do not disclose it to others. Please notify the "postmaster at hitachi.com.my"
> of the delivery error by replying to this message and then delete it from your
> system. Thank you.
> ==================================================================================


  • Prev by Date: Re: Graphics
  • Next by Date: Sorting with absolute precision
  • Previous by thread: Re: Graphics
  • Next by thread: RE: Graphics