Changes between Version 12 and Version 13 of Recette BilanLot


Ignore:
Timestamp:
Feb 14, 2010 5:38:06 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette BilanLot

    v12 v13  
    1919 p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .) 
    2020 }}} 
    21  * Ajoutons un titre et des légendes (attention requiert ggplot version >0.8.5) pour fonctionnert un label sur le graphique : 
     21 * Ajoutons un titre et des légendes (attention requiert ggplot version >0.8.5) : 
    2222 {{{ 
    2323 p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .)+ 
     
    2525 annotate("text",x = 300, y = 0.07, label = "essai == 1",  parse = T, vjust = 0, hjust = 0) 
    2626 }}} 
     27 
     28[[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette5.jpg,400px)]] [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette6.jpg,400px)]][[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette7.jpg,400px)]] 
    2729 * essai =2 
    2830{{{ 
     
    3638                scale_fill_brewer(palette = "Set3") 
    3739}}} 
    38 * essai = 3 
     40 * essai = 3 
    3941{{{ 
    4042p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .)+ 
     
    4345                scale_fill_brewer(palette = "Spectral") 
    4446}}} 
    45 * essai = 4 
     47 * essai = 4 
    4648{{{ 
    4749couleurs=rainbow(12) 
     
    5153                scale_fill_manual(values = couleurs) 
    5254}}} 
    53  
    54 }}} 
    55 [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette5.jpg,400px)]] [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette6.jpg,400px)]][[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette7.jpg,400px)]]