MathGroup Archive 2004

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

Search the Archive

Re: plot combination

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47650] Re: plot combination
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 20 Apr 2004 03:19:01 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <c5tdtm$hpj$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Block[{$DisplayFunction = Identity}, 
    lst = Table[Plot[Sin[i*x], {x, 0, Pi}], {i, 1, 5}];
    ];

Show @@ lst;

Regards
  Jens

paolo wrote:
> 
> If I have n Table,
> how can i plot all the table together in the same graph
> 
> Thanks
> 
> Paolo


  • Prev by Date: Re: Re: Programming style
  • Next by Date: Max Consecutive Occurrence.
  • Previous by thread: Re: plot combination
  • Next by thread: Help: shift+enter doesn't give me any output suddenly!