MathGroup Archive 2013

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

Search the Archive

Re: Setting the Font Family and Font Size in BoxWhiskerChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131055] Re: Setting the Font Family and Font Size in BoxWhiskerChart
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Thu, 6 Jun 2013 07:31:28 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130605072941.D441D6A47@smc.vnet.net>

data = RandomVariate[NormalDistribution[], {8, 100}];


BoxWhiskerChart[data,
 BaseStyle -> {18},
 ChartLabels -> CharacterRange["a", "h"],
 ImageSize -> 400]


BoxWhiskerChart[data,
 BaseStyle -> {FontFamily -> "Palatino", 18},
 ChartLabels -> CharacterRange["a", "h"],
 ImageSize -> 400]



Bob Hanlon




On Wed, Jun 5, 2013 at 3:29 AM, Gregory Lypny <gregory.lypny at videotron.ca>wrote:

> Hello everyone,
>
> How can I change the font in a BoxWhiskerChart to Palatino?
>
> Gregory
>
>


  • Prev by Date: Re: fyi, making animation into PDF file from images genenerated by Mathematica
  • Next by Date: Re: Setting the Font Family and Font Size in BoxWhiskerChart
  • Previous by thread: Re: Setting the Font Family and Font Size in BoxWhiskerChart
  • Next by thread: Re: Setting the Font Family and Font Size in BoxWhiskerChart