MathGroup Archive 1998

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

Search the Archive

ListPlots, sizing



Maybe I'm missing something.

I do the following....

meanxmeanylp =
  ListPlot[meanx/meany,PlotJoined->True,PlotRange->All,
    ImageSize->{250,250},DisplayFunction->Identity,
    PlotLabel->"Mean X / Y"];

actualxylp =
  ListPlot[meanx-meany,PlotJoined->True,PlotRange->All,
    ImageSize->{250,250},DisplayFunction->Identity,
    PlotLabel->"Actual X / Y"];

So far so goood.....
Later I.....

Show[GraphicsArray[{meanxmeanylp,actualxylp}]]

Now my intention is to have the GraphicsArray display the same size each
time. This size is easily printable. What I get is Mathematica not
displaying the desired size but almost postage stamp size graphics.
What am I missing?

Platform: WinNT4.0 SP3 Mathematica 3.0.1

Dave




  • Prev by Date: Re: How can I use Signal Processing 2.9.5 under Mathematica 3.0
  • Next by Date: Re: list combinations
  • Prev by thread: Re: remote FrontEnd fonts problem leads to core dump
  • Next by thread: Re: ListPlots, sizing