Re: [Q] how to use simple notation to combine many graphics
- To: mathgroup@smc.vnet.net
- Subject: [mg11418] Re: [Q] how to use simple notation to combine many graphics
- From: Peter Kelm <kelm@tb.ina.de>
- Date: Thu, 12 Mar 1998 01:32:28 -0500
- Organization: INA Waelzlager Schaeffler oHG
- References: <6dqoa5$rbu@smc.vnet.net>
Guo, Ping (¹ùƽ) wrote: > I use Plot[] to creat figures > named as gr[1], gr[2], ... gr[200], I want to combine these figure > together. > > Should I write > Show[gr[1],gr[2],....gr[200], option] ? or there is a simple way to > write the combined figure? > > Thank you for help. > > Ping Use a list of plots instead. I suppose that Show[gr, option] should do. You may want to manipulate the "DisplayFunction" in order to suppress output of the single plots and reset it to "$DisplayFunction" when showing them. Bye Peter --------------------------------- kelm@tb.ina.de INA-TB (Analysis department) INA Waelzlager Schaeffler oHG D-91074 Herzogenaurach Germany