Overlaid parametric plots are too faint
- To: mathgroup at smc.vnet.net
- Subject: [mg123647] Overlaid parametric plots are too faint
- From: Chris Young <cy56 at comcast.net>
- Date: Wed, 14 Dec 2011 06:01:32 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Managed to fix the problem just by setting Opacity to zero.
Any tips on the fastest _and_ sharpest way to plot this kind of disk
with colored sectors would be appreciated, though.
Show[
Table[
ParametricPlot[
{
Through[{Re, Im}[u Exp[(- 15 ° + (k + v) 30 °) I]]]
},
{u, 0, 1}, {v, 0, 1},
Mesh -> None,
PlotStyle -> {Opacity[1], Hue[k/12, 1, 1]}
],
{k, 0, 11}
],
PlotRange -> 1.1
]