MathGroup Archive 2001

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

Search the Archive

Re: Plotting unfilled bars in GeneralizedBarChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31177] Re: Plotting unfilled bars in GeneralizedBarChart
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 16 Oct 2001 01:18:55 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9qbhmu$2cm$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

no, but you can delete the rectangles

Block[{$DisplayFunction = Identity}, 
      BarChart[{1, -3, 4, 5, 2, 3}] ] /. _Rectangle :> Sequence[] //
Show


Regards
  Jens

John Novak wrote:
> 
> I am trying to overlay a barchart on top of a filled plot, and I would like
> the bars to be transparent so that the plot below will show through.  Is
> there a way that I can set the BarStyle option so that the bars are not filled?
> 
> Thanks,
> 
> John Novak


  • Prev by Date: Re: Pasting several cells at once
  • Next by Date: Re: Plot-Function
  • Previous by thread: Re: Plotting unfilled bars in GeneralizedBarChart
  • Next by thread: RE: Plotting unfilled bars in GeneralizedBarChart