MathGroup Archive 2003

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

Search the Archive

Re: Enlarged graphics in MATHEMATICA

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40357] Re: Enlarged graphics in MATHEMATICA
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 3 Apr 2003 01:40:16 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b6e6nt$82j$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Table[
  Plot[Sin[x], {x, 0, Pi}, Evaluate[ImageSize -> i]], {i, 50, 600, 50}]

or

SetOptions[Plot,ImageSize->100000]

Regards
  Jens

KY Jayaram wrote:
> 
> From:  K Y JAYARAM
To: mathgroup at smc.vnet.net
>        NATIONAL AEROSPACE LABORATORIES,
>        BANGALORE,  INDIA
> 
> Hi mathgroup,
> Whenever a graphic command is executed in a notebook
> the graph is drawn in an area of fixed dimensions.
> this area is a little too small for a good view,
> especially when you have a number of plots with
> varying parameters, as in the case of solution of
> differential equations.  Is there a way of enlarging
> the graph?  I would appreciate if DAVID PARK also
> responds to this.
> 
> Thanks in advance.
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://platinum.yahoo.com


  • Prev by Date: Re: Show graphics command
  • Next by Date: Re: Show graphics command
  • Previous by thread: Re: Enlarged graphics in MATHEMATICA
  • Next by thread: Re: Enlarged graphics in MATHEMATICA