MathGroup Archive 2009

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

Search the Archive

Re: How to group the graph

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102080] Re: [mg102055] How to group the graph
  • From: Ailing Zhao <ailingz at wolfram.com>
  • Date: Wed, 29 Jul 2009 05:07:36 -0400 (EDT)
  • References: <200907280603.CAA14726@smc.vnet.net>

Haibo Min wrote:
> Hello, everyone.
>
> I would like to group the graph like the command "subplot" in another system, but I didn't notice any similar function to implement it.
> For example,
> Plot[{Sin[x]}, {x, 0, 2 Pi}]
> Plot[{Cos[2 t]}, {t, 0, 2 Pi}]
> draw two graphs, if I want to put them one next another (in the same row),
> how to do that?
>
> Thanks in advance.
> Best regards,
> Haibo
>
>   
GraphicsGrid[{{Plot[{Sin[x]}, {x, 0, 2 Pi}],
   Plot[{Cos[2 t]}, {t, 0, 2 Pi}]}}]

Thanks,

Ailing Zhao
Technical Support
Wolfram Research, Inc.


  • Prev by Date: Geodesy- GeoDistance
  • Next by Date: Re: How to group the graph
  • Previous by thread: Re: How to group the graph
  • Next by thread: Re: How to group the graph