diff --git a/DESCRIPTION b/DESCRIPTION
index de84408ce774fe0479f0c009c9a16dbada76fdc2..c57b529b27e1f0ea5927345d2a8fa2e9ddd7df96 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.2.14.18
+Version: 1.2.14.19
 Date: 2019-05-02
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 5891cfba9c269a4bfc2a65b746f3f028c2899d36..2b820d03f31db7de336752736cebe3d6f9b1102c 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.14.18 Release Notes (2019-05-02)
+### 1.2.14.19 Release Notes (2019-05-02)
 
 
 #### New features
diff --git a/R/plot.OutputsModel.R b/R/plot.OutputsModel.R
index 9efad723862cd6a70f7932c0305650488b19182f..0ea0e1a1514e282b1ba1440eb6f1762ee35c1290 100644
--- a/R/plot.OutputsModel.R
+++ b/R/plot.OutputsModel.R
@@ -401,7 +401,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
     if (BOOL_Qobs) {
       ylim1 <- range(c(ylim1, DATA2[IndPeriod_Plot]), na.rm = TRUE)
     }
-    ylim2 <- c(ylim1[1], 1.2*ylim1[2])
+    ylim2 <- c(ylim1[1], 1.1*ylim1[2])
     plot(Xaxis, rep(NA, length(Xaxis)), type = "n", ylim = ylim2, xlab = "", ylab = "", xaxt = "n", yaxt = "n", ...)
     txtleg <- NULL
     colleg <- NULL
@@ -444,7 +444,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
     if (BOOL_Qobs) {
       ylim1 <- range(c(ylim1, Qobs[IndPeriod_Plot]), na.rm = TRUE)
     }
-    ylim2 <- c(ylim1[1], 1.2*ylim1[2])
+    ylim2 <- c(ylim1[1], 1.1*ylim1[2])
     plot(Xaxis, rep(NA, length(Xaxis)), type = "n", ylim = ylim2, xlab = "", ylab = "", xaxt = "n", yaxt = "n", ...)
     txtleg <- NULL
     colleg <- NULL