| Author |
Comment/Response |
MOS was 71331
|
03/04/13 8:21pm
I have a pie chart with 6 sectors, and I want sector 4 emphasized by moving it radially away from the other five. In version 2.1, we could do this with PieExploded->{4} -- dead simple. The Mathematica Help says SectorSpacing will do this, but I can't figure out what to use for its argument list.
I've tried SectorSpacing -> {{0, 0}, {0, 0}, {0, 0}, {.1, .1}, {0, 0}, {0, 0}}, SS->{None, None, None, {Tiny}, None, None}, and SS->{{None,None}, {None,None}, {None,None}, {Tiny,Tiny}, {None,None}, {None,None}}, and they all fail. The error message is always PieChart::chspc: "Value of option SectorSpacing -> {{0,0},{0,0},{0,0},{0.1,0.1},{0,0},{0,0}} is not a size or pair of sizes."
Any suggestions???
URL: , |
|