correction du graphe

This commit is contained in:
Olivier Langella 2022-01-07 11:26:08 +01:00
parent 0fbcd7b039
commit a686213e23
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pappsodata$espace <- c(espace_dd,espace_pappso)
library(ggplot2)
plt <-ggplot(data=pappsodata, aes(x=annee, y=espace, colour = type, shape = type)) +
plt <-ggplot(data=pappsodata[which(pappsodata$type == "PAPPSO"),], aes(x=annee, y=espace, colour = type, shape = type)) +
geom_line() +
geom_point() +

BIN
photo_olivier.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB