Message Boards Message Boards

0
|
3408 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Empty ListPolarPlot

Posted 11 years ago
Hi,

Who could help me to use ListPolarPlot?  I made
ListPolarPlot[{Pi/5,4}]
and Mathematica did not show me one point in polar coordinates as I hoped.

Thank you,
Ana
POSTED BY: Ana Squadri
3 Replies
The solution provided by Nasser is correct. We verified the code by Nasser and even your code above without PlotRange -> All and in both cases axes were returned.

Could you please restart Mathematica and try again? If issue persists please contact technical support because this issues seems to be specific only to your setup.
POSTED BY: Moderation Team
Posted 11 years ago
It only works without PlotRange->All. When I put PlotRange->All just appears the point without the axes.
ListPolarPlot[{{Pi/5, 4}}, PlotStyle -> Directive[Red, PointSize[Large]]]
Thank you,
Ana
POSTED BY: Ana Squadri
First, you are using the first form of the command {r1,r2,..}.. What you want is the second form {{theta,r}},
ListPolarPlot[{{Pi/5, 4}}, PlotRange -> All,PlotStyle -> Directive[Red, PointSize[Large]]]
?ListPolarPlot
POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract