MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Mathematica 7: PieChart: opacity of a sector

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93898] Re: [mg93878] Mathematica 7: PieChart: opacity of a sector
  • From: Gordon Robertson <grobertson at bcgsc.ca>
  • Date: Fri, 28 Nov 2008 05:06:53 -0500 (EST)

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

-- 
Gordon Robertson
Gene Regulation Informatics
Canada's Michael Smith Genome Sciences Centre
Vancouver BC Canada
www.bcgsc.ca




  • Prev by Date: Re: NSum bug or am I doing something wrong?
  • Next by Date: Re: In V7, is it possible to parallelize DensityPlot?
  • Previous by thread: Re: How to hold a form and convert it to a string
  • Next by thread: Re: Re: Mathematica 7: PieChart: opacity of a