Changes between Version 14 and Version 15 of Recette BilanLot
- Timestamp:
- Feb 14, 2010 6:27:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recette BilanLot
v14 v15 64 64 stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this. 65 65 }}} 66 * (essai =5)66 * essai =5 67 67 {{{ 68 68 p+geom_histogram(aes(x=val_quant,colour=annee,fill=annee),alpha='0.2',position='identity')+ … … 70 70 }}} 71 71 [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette8.jpg,400px)]] [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette9.jpg,400px)]] [[Image(source:stacomi/trunk/docs/trac/Bilan_lot_recette10.jpg,400px)]] 72 * (essai=6)72 * essai=6 73 73 {{{ 74 74 p+geom_histogram(aes(x=val_quant,fill=mois),binwidth=5,position='stack')+