MathGroup Archive 2013

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

Search the Archive

Re: Framelabel without drawing frame

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130175] Re: Framelabel without drawing frame
  • From: Themis Matsoukas <tmatsoukas at me.com>
  • Date: Sun, 17 Mar 2013 03:09:48 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

yourgraph = 
  BarChart[Table[PDF[BinomialDistribution[8, 0.2], i], {i, 0, 8}], 
   PlotRange -> All, 
   ChartLabels -> {"0", "1", "2", "3", "4", "5", "6", "7", "8"}];

Labeled[yourgraph, {"X axis", 
  Rotate["Y axis", 90 \[Degree], {Center, Center}]}, {Bottom, Left}]

You can style the text to fix font, size etc.

Themis



  • Prev by Date: Re: Framelabel without drawing frame
  • Next by Date: Re: Framelabel without drawing frame
  • Previous by thread: Re: Framelabel without drawing frame
  • Next by thread: plot function