Re: Re: Mathematica 7: PieChart: opacity of a
- To: mathgroup at smc.vnet.net
 - Subject: [mg93937] Re: [mg93898] Re: [mg93878] Mathematica 7: PieChart: opacity of a
 - From: Murray Eisenberg <murray at math.umass.edu>
 - Date: Sat, 29 Nov 2008 04:29:53 -0500 (EST)
 - Organization: Mathematics & Statistics, Univ. of Mass./Amherst
 - References: <200811281006.FAA28680@smc.vnet.net>
 - Reply-to: murray at math.umass.edu
 
No idea now!
Gordon Robertson wrote:
> Murray,
> 
> Thank you. My puzzle is now that the radial callout line is barely visible,
> as it is controlled by the Opacity[0.4] of its sector. Could you indicate
> how to set the Opacity[] of the callout line?
> 
> G
> 
> On 11/27/08 8:17 AM, "Murray Eisenberg" <murray at math.umass.edu> wrote:
> 
>> Wrap the label with an appropriate Style function.
>> PieChart[{0.3, 1 - 0.3},
>>     ChartLabels -> Placed[{Style[m1, Opacity[1]], ""}, "RadialCallout"],
>>     ChartStyle -> {Directive[Darker[Blue], Opacity[0.5]],
>>     Directive[Gray, Opacity[0.2]]},
>>     BaseStyle -> Directive[FontFamily -> "Helvetica", 12],
>>     ImageSize -> 200]
> ...
>> Gordon Robertson wrote:
>>> Could I ask for help with the following? In Mathematica 6, a sector's label
> ... 
>>> G
> 
-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305
- References:
- Re: Mathematica 7: PieChart: opacity of a sector
- From: Gordon Robertson <grobertson@bcgsc.ca>
 
 
 - Re: Mathematica 7: PieChart: opacity of a sector