Merge pull request #375 from broadinstitute/rp_queue_jobreport_rscript
Something changed with the ggtitle syntax in the latest version of ggplo...
This commit is contained in:
commit
1a5e4cc4e7
|
|
@ -57,7 +57,7 @@ plotJobsGantt <- function(gatkReport, sortOverall, title, includeText) {
|
||||||
p <- p + xlim(0, maxRelTime * 1.3)
|
p <- p + xlim(0, maxRelTime * 1.3)
|
||||||
p <- p + xlab(paste("Start time, relative to first job", RUNTIME_UNITS))
|
p <- p + xlab(paste("Start time, relative to first job", RUNTIME_UNITS))
|
||||||
p <- p + ylab("Job number")
|
p <- p + ylab("Job number")
|
||||||
p <- p + ggtitle(title)
|
p <- p + opts(title = title)
|
||||||
print(p)
|
print(p)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue