Message Boards Message Boards

0
|
1745 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Plot a distribution around a circle in Mathematica?

Posted 2 years ago

I want to plot the distribution below around a circle and shade it. Currently, I have it in a polar plot. My expectation is to have something close to the image below. The goal is to show damage distribution around the circle. Thank you.

PolarPlot[
 1/(4 Pi) + (5/16 Pi) (1 - 3 Cos[2 t]) + 
  9/(256 Pi) (9 - 20 Cos[2 t] + 35 Cos[4 t]), {t, 0, 5 Pi}]

enter image description here

2 Replies
Posted 2 years ago

Crossposted here.

POSTED BY: Rohit Namjoshi

This may be a start:

PolarPlot[
  Abs[1/(4 Pi) + (5/16 Pi) (1 - 3 Cos[2 t]) + 
    9/(256 Pi) (9 - 20 Cos[2 t] + 35 Cos[4 t])], {t, 0, 2 Pi}] /. 
 Line -> Polygon
POSTED BY: Gianluca Gorni
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