Re: Graphics Output
- To: mathgroup@smc.vnet.net
- Subject: [mg12050] Re: [mg11978] Graphics Output
- From: Sean Ross <seanross@worldnet.att.net>
- Date: Fri, 24 Apr 1998 01:52:20 -0400
- References: <199804170621.CAA29179@smc.vnet.net.>
BALLY wrote: > > Dear all experts, > > I have one question concerning the graphics output of Mathematica. How > can I display, for example, a total of 3 graphics in one line ? I am > now making a total of 3 graphics and want to print it in one line, > however, the program automatically display it vertically. Any method to > do this ? > > By the way, when I copy and paste the file to other place, for example > Winword or else, the graphics distorted. How can I ouput those graphics > in the orginal way ? > > A thousand thanks. > > regards, > Bosco We aren't all experts here. I am certainly not one. If I understand your question correctly, you want GraphicsArray. As in: Show[GraphicsArray[{graph1,graph2,graph3}]] where graph1, graph2 and graph3 are graphics elements like Plot[x,{x,1,3}] or Graphics[Circle[1,2]] etc. -- Remove the _nospam_ in the return address to respond.
- References:
- Graphics Output
- From: ph_fkkaa@uxmail.ust.hk (BALLY)
- Graphics Output