If you prefer not to receive future e-mail offers for products or services from Key
send an e-mail to mailto:DNERe...@key.com with 'No Promotional E-mails' in the SUBJECT line.
thanks for your suggestion.
However, i would prefer that double Freq would mean double height of the tile, and that there is no free space between the tiles (vertically).
Best,
Felix
-------- Original-Nachricht --------
> Datum: Thu, 9 Feb 2012 11:47:11 -0500
> Von: Adam_L...@KeyBank.com
> An: beamgau <bea...@gmx.de>
> CC: ggplot2 <ggp...@googlegroups.com>
> Betreff: Re: change tile height dynamically
> Does this help?
>
> ggplot( df, aes( variable, name,fill=value))+
> geom_tile(aes(height=sqrt(Freq/max(Freq)),fill=value))
>
> I'm sure one of the experts here has something better, but I happen to
> have this.
>
>
> Adam Loveland
>
>
>
>
>
> From: beamgau <bea...@gmx.de>
> To: ggplot2 <ggp...@googlegroups.com>
> Date: 02/09/2012 11:10 AM
> Subject: change tile height dynamically
> Sent by: ggp...@googlegroups.com
>
>
>
>
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
Like this?
gplot(df, aes(variable, y= Freq, fill = value)) + geom_bar(stat = "identity")
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
yes, i think, that works, when i tweak the axis a little.
Best,
Felix
-------- Original-Nachricht --------
> Datum: Fri, 10 Feb 2012 07:22:05 -0600
> Von: Hadley Wickham <had...@rice.edu>
> An: Felix Fischer <Bea...@gmx.de>
> CC: Adam_L...@keybank.com, ggp...@googlegroups.com
> Betreff: Re: change tile height dynamically
> >
--