Re: How to group the graph
- To: mathgroup at smc.vnet.net
- Subject: [mg102074] Re: [mg102055] How to group the graph
- From: "David Park" <djmpark at comcast.net>
- Date: Wed, 29 Jul 2009 05:06:24 -0400 (EDT)
- References: <14850080.1248761277086.JavaMail.root@n11>
Use either Row or GraphicsRow.
GraphicsRow[
{Plot[{Sin[x]}, {x, 0, 2 Pi}],
Plot[{Cos[2 t]}, {t, 0, 2 Pi}]}]
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
From: Haibo Min [mailto:haibo.min at gmail.com]
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