MathGroup Archive 2002

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

Search the Archive

Bad Alignment of Y Axes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37250] Bad Alignment of Y Axes
  • From: Max Ulbrich <ulbrich at biochem.mpg.de>
  • Date: Fri, 18 Oct 2002 05:17:44 -0400 (EDT)
  • Organization: GWDG, Goettingen
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I have 2 or more separate Plots which have different y but the same x
axes.
Like:

Plot[Sin[x],{x,0,10}];
Plot[1000Sin[x],{x,0,10}];


At the display and printout, the y axes are not aligned. Even using the
PlotRegion and ImageSize Options doesn't help. The only way I found
was to align it manually with the mouse.
Is there a package that solves the problem?
The problem is, I have many, many plots to align...
I use Mathematica 4.0.2.0 on a Windows 2000 PC.
Who can help?

Max

Answers please to:

ulbrich at biochem.mpg.de



  • Prev by Date: Checking the Results of NDSolve
  • Next by Date: Re: List processing
  • Previous by thread: Bad Alignment of Y Axes
  • Next by thread: Re: Bad Alignment of Y Axes