MathGroup Archive 1998

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

Search the Archive

Re: Graphics Output



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.



  • Prev by Date: Re: A comment on the Gambler's problem
  • Next by Date: RE: Graphics Output
  • Prev by thread: Graphics Output
  • Next by thread: Re: Graphics Output