Re: How to add axis labels in bubblechart?
- To: mathgroup at smc.vnet.net
- Subject: [mg126696] Re: How to add axis labels in bubblechart?
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Thu, 31 May 2012 02:50:41 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201205300813.EAA16353@smc.vnet.net>
Options[BubbleChart, {Axes, Frame}] {Axes -> False, Frame -> True} BubbleChart[RandomReal[1, {5, 7, 3}], FrameLabel -> {"x", "y"}] Bob Hanlon On Wed, May 30, 2012 at 4:13 AM, doubleslash <doubleslash at gmail.com> wrote: > Hi, > I'm wondering how to add labels to axes in bubblechart. This does not > work > BubbleChart[data,AxesLabel->{"x","y"}] > Thanks >
- References:
- How to add axis labels in bubblechart?
- From: doubleslash <doubleslash@gmail.com>
- How to add axis labels in bubblechart?