diff --git a/DESCRIPTION b/DESCRIPTION
index 9cc7e1167913eae42f736fa2e9a7bf53c6206591..d606a17dad672669f9406d4155106bea5f6540d9 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.47
-Date: 2019-11-04
+Version: 1.3.2.48
+Date: 2019-11-08
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"),
diff --git a/NEWS.md b/NEWS.md
index fe9693381b2c57deb96be6de20a5c6c41308b0f8..b43ead7935ecf992d600ea21f21fabcfc660bb3d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.3.2.47 Release Notes (2019-11-04)
+### 1.3.2.48 Release Notes (2019-11-08)
 
 
 #### Bug fixes
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index bf88ca091f4aaed07f688fa37ce71621f9a578ea..6e7a3192a8893ebec373a64c274a88d3ea048dd0 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -32,9 +32,9 @@
 
 \item{BasinArea}{(optional) [numeric] basin area [km2], used to plot flow axes in m3/s}
 
-\item{which}{(optional) [character] choice of plots \cr (e.g. c(\code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"}, \code{"CorQQ"})), default = \code{"synth"}, see details below}
+\item{which}{(optional) [character] choice of plots \cr (e.g. c(\code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"}, \code{"CorQQ"})), default = \code{"synth"}, see details below}
 
-\item{log_scale}{(optional) [boolean] indicating if the flow time series axis and the flow error time series axis are to be logarithmic, default = \code{FALSE}}
+\item{log_scale}{(optional) [boolean] indicating if the flow and the error time series axis and the flow error time series axis are to be logarithmic, default = \code{FALSE}}
 
 \item{cex.axis}{(optional) [numeric] the magnification to be used for axis annotation relative to the current setting of \code{cex}}
 
@@ -74,6 +74,7 @@ Different types of independent graphs are available (depending on the model, but
   \item \code{"Temp"}: time series of temperature (plotted only if CemaNeige is used)
   \item \code{"SnowPack"}: time series of snow water equivalent (plotted only if CemaNeige is used)
   \item \code{"Flows"}: time series of simulated flows (and observed flows if provided)
+  \item \code{"Error"}: time series of simulated flows minus observed flows
   \item \code{"Regime"}: interannual median monthly simulated flow (and observed flows if provided)
   \item \code{"CorQQ"}: correlation plot between simulated and observed flows (only if observed flows provided)
   \item \code{"CumFreq"}: cumulative frequency plot for simulated flows (and observed flows if provided)