MathGroup Archive 2013

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

Search the Archive

Framelabel without drawing frame

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130168] Framelabel without drawing frame
  • From: Fred Schenkelberg <fms at garlic.com>
  • Date: Sat, 16 Mar 2013 03:16:00 -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

Hi

I've been trying to add what looks like frame labels to x and y axis of bar chart - and without Frame->True - as I do not want look of the full frame.

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

just trying to label the x axis with "Count of successes" and y axis with "Probability" rotated along y axis

I can get framelabel to do this properly, yet not able to not show the frame when I do Frame -> True

any suggestions?

thanks,

Fred



  • Prev by Date: variables/objects with sequential naming?
  • Next by Date: Re: Dynamic application of several polynomials
  • Previous by thread: Re: variables/objects with sequential naming?
  • Next by thread: Re: Framelabel without drawing frame