| Author |
Comment/Response |
Bill
|
10/31/09 3:00pm
Hi:
I'm using the following Mathematica (6.0.1) code:
pic1=Show[Graphics[
Table[{Hue[\[Rho]/(2*Pi)],
Text[StyleForm["T", FontFamily -> "Times", FontSize -> 100], {1, 0}, {0,
2}, {Cos[\[Rho]], Sin[\[Rho]]}]}, {\[Rho], 2*Pi, 0, -2*Pi/6}],
PlotRange -> All]]
This makes a nice picture, with the letters going around in a circular pattern.
How can this code be modified to show this picture, but with each letter rotated 180 degrees from it's position in pic1?
Thanks,
Bill
URL: , |
|