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