MathGroup Archive 1994

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

Search the Archive

re: lables

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: re: lables
  • From: Paul=Rubin%Management%Business at banyan.cl.msu.edu
  • Date: Thu, 26 May 94 12:06:30 EDT

Dorothee Rebscher <rebscher at geo.uni-bonn.de> wrote:
>A second problem is to make DIAGRAMMS ONE UPON THE OTHER.
>If they have different unities on their x-achses, but the same y-achses and
>i am using GraphicsArray their x-axes are not placed exactly on one
>virtuell line.

If you want to superimpose two or more plots (for instance, plot two 
functions on a single pair of axes), generate the plots separately and assign 
them to variables (e.g., p1 and p2), then Show the list of plots (e.g., 
Show[ p1, p2 ] or Show[ {p1, p2} ]).  Mma will set the axes appropriately.
 
**************************************************************************
* Paul A. Rubin                                  Phone: (517) 336-3509   *
* Department of Management                       Fax:   (517) 336-1111   *
* Eli Broad Graduate School of Management        Net:   RUBIN at MSU.EDU    *
* Michigan State University                                              *
* East Lansing, MI  48824-1122  (USA)                                    *
**************************************************************************






  • Prev by Date: Putting Inequalities into standard Form
  • Next by Date: Re: Laplace transform
  • Previous by thread: lables
  • Next by thread: Need LU Factorization code in MMA