MathGroup Archive 1998

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

Search the Archive

Problem with Show. FAQ

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14510] Problem with Show. FAQ
  • From: "Peter" <phuesser at bluewin.ch>
  • Date: Thu, 29 Oct 1998 04:33:10 -0500
  • Organization: Swisscom AG, the blue window
  • Sender: owner-wri-mathgroup at wolfram.com

I have the following definitions:

eight[t_]:={Sin[t],Sin[t] Cos[t]};

eight1:=ParametricPlot[eight[t],{t,0,Pi/2},
  PlotStyle->{RGBColor[1,0,0]},
  DisplayFunction->Identity,
  AspectRatio->Automatic];

Show[eight1,
 PlotLabel->"eight",
 Frame -> True,
  DisplayFunction\[Rule]$DisplayFunction];

The problem is that the frame is not printed. If I take away
"PlotLabel->"eight"," it works as expected.

By the way: does there exist a FAQ for this maillist ?

Thank's in advance for any help

Email: phuesser at bluewin.ch



  • Prev by Date: Re: ParametricPlot
  • Next by Date: Is there a MultipleLogListPlot anywhere?
  • Previous by thread: Re: More Page Break Problems
  • Next by thread: Is there a MultipleLogListPlot anywhere?