Re: Re: Print[Plot] vs Print[text,Plot]?
- To: mathgroup at smc.vnet.net
- Subject: [mg88082] Re: [mg88064] Re: Print[Plot] vs Print[text,Plot]?
- From: "W_Craig Carter" <ccarter at mit.edu>
- Date: Thu, 24 Apr 2008 05:56:00 -0400 (EDT)
- References: <fueep7$bai$1@smc.vnet.net> <fuhqvc$rh5$1@smc.vnet.net>
On Wed, Apr 23, 2008 at 4:09 AM, AES <siegman at stanford.edu> wrote: I don't think many of your questions will be answered in a way that satisfies you. However, as a statement of fact > 7) And also, that the widely used older approach that I might have used > to get my desired 3-plots-in-one=cell result, namely GraphicsArray[ > {{plot1}, {plot2}, {plot3}}] is now gone? > instead a _design choice_, and one that required some coding to > implement -- and it was a poor design choice IMHO. This construction construction was available in early versions of Mathematica: ?Graphics* It shows that GraphicsArray is still present, as are GraphicsGrid and GraphicsRow which may be more helpful, but not necessary, for your stated purpose. Table is usually a better choice than Do, but that is a choice and the language is accommodating enough to allow you to make that choice; and if you should be curious, to explore. WCC -- W. Craig Carter