diff --git a/DESCRIPTION b/DESCRIPTION
index 2a9eb8ea93f30adb4163729109262a65c2c38934..c314d23b00e6b89a59b35115977100a678ecbe97 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
 Package: splatter
 Type: Package
 Title: Simple Simulation of Single-cell RNA Sequencing Data
-Version: 0.99.13
-Date: 2017-03-25
+Version: 0.99.14
+Date: 2017-03-28
 Author: Luke Zappia
 Authors@R:
     c(person("Luke", "Zappia", role = c("aut", "cre"),
diff --git a/NEWS.md b/NEWS.md
index 124ce57ccd9cde8fe998b4341fb1d2feeb1fca9d..3936f24c405be1e5c880b3ce466d6f684cac493b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,9 @@
+# 0.99.14
+
+* Add functions for making comparison panels
+* Add panel section to vignette
+* Change variance plot scale (for consistency)
+
 # 0.99.13
 
 * Modify how Lun2Params stores gene paramters to use data.frame
diff --git a/R/compare.R b/R/compare.R
index 22d827789a780faff6d54f95d720bd0df73c3d1d..4e0feb06054e2b8108172f6e47df11d2d872a3a4 100644
--- a/R/compare.R
+++ b/R/compare.R
@@ -109,7 +109,6 @@ compareSCESets <- function(sces, point.size = 0.1, point.alpha = 0.1,
                               colour = "Dataset")) +
         #geom_violin(draw_quantiles = c(0.25, 0.5, 0.75)) +
         geom_boxplot() +
-        scale_y_log10(labels = scales::comma) +
         scale_colour_manual(values = colours) +
         ylab(expression(paste("Variance ", log[2], "(CPM + 1)"))) +
         ggtitle("Distribution of variance") +