Changes between Version 12 and Version 13 of Recette BilanLot
- Timestamp:
- Feb 14, 2010 5:38:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recette BilanLot
v12 v13 19 19 p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .) 20 20 }}} 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) : 22 22 {{{ 23 23 p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .)+ … … 25 25 annotate("text",x = 300, y = 0.07, label = "essai == 1", parse = T, vjust = 0, hjust = 0) 26 26 }}} 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)]] 27 29 * essai =2 28 30 {{{ … … 36 38 scale_fill_brewer(palette = "Set3") 37 39 }}} 38 * essai = 340 * essai = 3 39 41 {{{ 40 42 p+stat_density(aes(x=val_quant,fill=annee),position='stack')+facet_grid(. ~ .)+ … … 43 45 scale_fill_brewer(palette = "Spectral") 44 46 }}} 45 * essai = 447 * essai = 4 46 48 {{{ 47 49 couleurs=rainbow(12) … … 51 53 scale_fill_manual(values = couleurs) 52 54 }}} 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)]]