This is my code:
Graphics[{EdgeForm[Yellow], Yellow, Polygon[Table[{Cos[t], Sin[t]}, {t, 0, 4 π, (4 π)/5}]]}]
which gives this:

but I want to get:

How?
|
This is my code:
which gives this:
but I want to get:
How? |
||||
|
|
|
You could use the undocumented functions
|
|||||||||
|
|
The problem is that you have overlapping areas. The way this is handled by Mathematica is twice covered it will be negated and not be filled. You could draw it by creating both the points at the tips and the valleys:
I'm not certain about the scaling factor for the valleys, but it looks close enough. |
|||||||||
|
|
You could also fill it with a disk. I'm hoping for a less manual answer anyway
|
|||
|
|
I found a new way. |
||||
|
|
|
|||
|
Also:
|
|||
|
|