MathGroup Archive 2006

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

Search the Archive

Re: RE:Need Help: Can not use Ticks under PolarPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71445] Re: RE:Need Help: Can not use Ticks under PolarPlot
  • From: "dimitris" <dimmechan at yahoo.com>
  • Date: Sun, 19 Nov 2006 01:10:01 -0500 (EST)
  • References: <ejh0gb$94k$1@smc.vnet.net>

The plot itself is very nice.
Are you sure you have understood what you ask and what the x-axis
stands for?

Here are an example of tick controling...

Needs["Graphics`"];

ShowLegend[DisplayTogether[PolarPlot[Sin[x], {x, -Pi/2, Pi/2},
PlotStyle -> Hue[0.6]],
    PolarPlot[Cos[x], {x, Pi/2, 3*(Pi/2)}, PlotStyle -> Hue[0.8]],
DisplayFunction -> Identity,
    Ticks -> {Range[-2*(Pi/3), 3*(Pi/12), Pi/12], Range[-0.4, 1,
0.2]}], {{{Hue[0.6], "Sin(x)"}, {Hue[0.8], "Cos(x)"}},
    LegendPosition -> {1.1, 0.2}, LegendSize -> {0.8, 0.4}}, ImageSize
-> 400]

Regards
Dimitris


abdou.oumaima at hotmail.com wrote:
> First of All, I want to thank Mr Jean Marc Guillet and Mr Bob Hanlon for their help in my last post.
> Now I need to perfom my graphic presentation by using Ticks under PolarPlot as follow:
>
> Needs["Graphics`"];
>
> ShowLegend[DisplayTogether[PolarPlot[Sin[x], {x, -Pi/2, Pi/2}, PlotStyle ->
>       Hue[0.6]], PolarPlot[Cos[x], {x, Pi/2, 3 Pi/2}, PlotStyle -> Hue[0.8]],
>         Ticks -> {{-Pi/2, 0, Pi/2, Pi, 3 Pi/2}, Automatic}, DisplayFunction -> Identity], {{{ Hue[0.6], "Sin(x)"}, {Hue[0.8], "Cos(x)"}}, LegendPosition -> {1.1, .2}, LegendSize -> {.8, .4}}];
>
>
> I need seeing in x Axe -Pi/2, 0, Pi/2, Pi, 3P/2. Please how can I achieve this?!
>
>
> Any suggestions will be very welcommmmmmmmmmmm.
> Cheers.
>
> Link to the forum page for this post:
> http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=15338#p15338
> Posted through http://www.mathematica-users.org [[postId=15338]]


  • Prev by Date: Re: sparsearray and random
  • Next by Date: plot question
  • Previous by thread: RE: RE:Need Help: Can not use Ticks under PolarPlot
  • Next by thread: RE: Mathematica and other programs (FEM, FEA)