MathGroup Archive 2009

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

Search the Archive

Re: barchart labeling

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99786] Re: [mg99765] barchart labeling
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 14 May 2009 01:42:48 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

As stated in the documentation, this command displays values in Tooltips and in the StatusArea

BarChart[{1, 2, 3},
 LabelingFunction -> Automatic]

This command has no Tooltips and values do not display in StatusArea

BarChart[{1, 2, 3},
 LabelingFunction -> None]

This command has custom labels in Tooltips and the StatusArea

BarChart[{1, 2, 3},
 LabelingFunction -> (If[OddQ[#], "a", "b"] &)]


Bob Hanlon

---- Alain Mazure <alain.mazure at oamp.fr> wrote: 

=============


Hi


Two commands issued from the documentation center in labeling  
Barchart

  No difference in the reuslting plots ! ?

BarChart[{1, 2, 3}, LabelingFunction -> Automatic]

BarChart[{1, 2, 3}, LabelingFunction -> None]



Alain Mazure

Laboratoire d'Astrophysique de Marseille
P=F4le de l'=C9toile Site de Ch=E2teau-Gombert
38, rue Fr=E9d=E9ric Joliot-Curie
13388 Marseille cedex 13, France

http://alain.mazure.free.fr/

Mails:
alain.mazure at oamp.fr
alain.mazure at free.fr

Phones:
Lab: 33(0)491055902
Mobile: 33(0)603556287
Fax: 33(0)491661855
SKYPE: MAZURE-ALAIN




  • Prev by Date: Re: Question about filenames for Export[...]
  • Next by Date: Mathematica 7 - Miscellaneous`RealOnly`
  • Previous by thread: Re: barchart labeling
  • Next by thread: Re: barchart labeling