WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
3734 Views
|
3 Replies
|
1 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Mathematica
Graphics and Visualization
Empty ListPolarPlot
Ana Squadri
Ana Squadri, UFRJ
Posted
12 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
Reply
|
Flag
3 Replies
Sort By:
Replies
Likes
Recent
1
Nasser M. Abbasi
Nasser M. Abbasi, student
Posted
12 years ago
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
|
Flag
0
Ana Squadri
Ana Squadri, UFRJ
Posted
12 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
Reply
|
Flag
0
EDITORIAL BOARD
EDITORIAL BOARD, WOLFRAM
Posted
12 years ago
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:
EDITORIAL BOARD
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback