Skip to main content
3 of 4
deleted 89 characters in body
Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466
i = Import@"https://i.sstatic.net/8I3B1.jpg"; f[{{tmin_, tmax_}, {rmin_, rmax_}}, ___] := Module[{l = Join[{{0, 0}}, Table[{Cos@t, Sin@t}, {t, tmin, tmax, (tmax-tmin)/100}]]}, {Texture[i], EdgeForm[], Polygon[l, VertexTextureCoordinates -> 1/2 Transpose[Transpose[l] + {1, 1}]]}] Framed@PieChart[{1, 2, 3, 4, 5, 6}, ChartElementFunction -> f] 

Mathematica graphics

Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466