Commit e18a1db8 authored by Dorchies David's avatar Dorchies David
Browse files

Merge branch '154-reservoir-output-plot-color-palette-issue' into 'dev'

Resolve "Reservoir output plot color palette issue"

Closes #154

See merge request !86
parents 1d727544 458e66d1
2 merge requests!93Draft: Version 0.7.0,!86Resolve "Reservoir output plot color palette issue"
Pipeline #55514 passed with stage
in 10 minutes and 6 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -42,7 +42,7 @@ plot.Qm3s <- function(x, ...@@ -42,7 +42,7 @@ plot.Qm3s <- function(x,
inherits(x[, 1], "POSIXct")) inherits(x[, 1], "POSIXct"))
col <- tryCatch( col <- tryCatch(
length(col), col,
error = function(e) "#619CFF" error = function(e) "#619CFF"
) )
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment