Re: Beginner--[Plz Help] I don't want to display a POLARPLOT but use SHOW Command
- To: mathgroup at smc.vnet.net
- Subject: [mg70399] Re: Beginner--[Plz Help] I don't want to display a POLARPLOT but use SHOW Command
- From: Helen Read <hpr at together.net>
- Date: Sun, 15 Oct 2006 00:19:46 -0400 (EDT)
- References: <egn92g$1cv$1@smc.vnet.net>
- Reply-to: read at math.uvm.edu
abdou.oumaima at hotmail.com wrote: > Greeting, > > << Graphics`Graphics`; > pp = PolarPlot[Cos[t] , {t, - Pi/2, Pi/2}, PlotStyle -> Hue[0.4]]; > pm = PolarPlot[Sin[t] /. ksi -> a, {t, - > Pi/2, Pi/2}, PlotStyle -> Hue[0.6], PlotLabel -> {" > ψ- "}, PlotRange -> All]; > Show[pp, pm]; > . > > I want to show one graphic. I don't want to display pp and pm. > > What to do please?!. Use DisplayTogether instead of Show. DisplayTogether is included in the Graphics`Graphics` package, which you have already loaded. -- Helen Read University of Vermont