summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/ring.asy
blob: 5fec60d4c0b0297d926fd4eeaab9279b6609b93b (plain)
1
2
3
4
size(0,100);
path g=scale(2)*unitcircle;
label("$a \le r \le b$");
radialshade(unitcircle^^g,yellow+evenodd,(0,0),1.0,yellow+brown,(0,0),2);