Re: How to group the graph
- To: mathgroup at smc.vnet.net
- Subject: [mg102082] Re: [mg102055] How to group the graph
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Wed, 29 Jul 2009 05:08:00 -0400 (EDT)
- References: <200907280603.CAA14726@smc.vnet.net>
- Reply-to: drmajorbob at bigfoot.com
Plot[{Sin[x], {Cos[2 x]}}, {x, 0, 2 Pi}]
Bobby
On Tue, 28 Jul 2009 03:33:06 -0500, Haibo Min <haibo.min at gmail.com> wrote:
> Thank you for your reply.
> Maybe I didn't make it clear... what I would like to do is to group these
> graphs into a single graph, so that I can copy this graph as a whole,
> rather
> than two separate graphs in a row. How to do it?
>
> Best regards,
>
> Haibo
>
> On Tue, Jul 28, 2009 at 3:04 PM, DrMajorBob <btreat1 at austin.rr.com>
> wrote:
>
>> Row@{Plot[{Sin[x]}, {x, 0, 2 Pi}, ImageSize -> 200],
>> Plot[{Cos[2 t]}, {t, 0, 2 Pi}, ImageSize -> 200]}
>>
>> Bobby
>>
>>
>> On Tue, 28 Jul 2009 01:03:46 -0500, Haibo Min <haibo.min at gmail.com>
>> 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
>>>
>>>
>>
>>
>> --
>> DrMajorBob at bigfoot.com
>>
--
DrMajorBob at bigfoot.com
- References:
- How to group the graph
- From: Haibo Min <haibo.min@gmail.com>
- How to group the graph