MathGroup Archive 2005

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

Search the Archive

DisplayTogether has stopped working

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53314] DisplayTogether has stopped working
  • From: Mary Beth Mulcahy <Mary.Mulcahy at colorado.edu>
  • Date: Wed, 5 Jan 2005 01:21:47 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Eight hours ago, DisplayTogether[] worked fine for me (I have Mathematica
version 5).  Then I played around with an add-on package to be able to use
Mathematica in OriginLab and when I went back to work with some old files, I
got two separate graphs instead of two graphs overlaying one another.  Simple
example:

Needs["Graphics`Graphics`"]
DisplayTogether[{Plot[Sin[x], {x, 0, Pi/4}],Plot[Cos[x], {x, Pi/4, Pi/2}]}]

I definitely get two separate graphs when I should only get one with two plots
on it.

Now before anyone taunts me with "it works on my computer...", I swear it
worked on mine too.  I did something in the last 8 hours to make it stop
working and now I'm hoping someone can tell me what it was.  The add-on I was
working with required me to run the kernal in a mode other than "local", but I
don't see how this could have affected it.  (I have already tried the old
standby of closing out Mathematica and starting fresh, but it didn't help).

Thanks for the help,
Mary Beth Mulcahy

University of Colorado


  • Prev by Date: Re: NewBie question Plot Table of points from a data file
  • Next by Date: Re: SymbolShape
  • Previous by thread: Re: LaplaceTransform TraditionalForm symbol
  • Next by thread: Re: DisplayTogether has stopped working