projects
/
morpheus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c0bd4
)
Small plotting change for black and white printing
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 9 Jul 2018 12:57:03 +0000
(14:57 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 9 Jul 2018 12:57:03 +0000
(14:57 +0200)
pkg/R/plot.R
patch
|
blob
|
blame
|
history
diff --git
a/pkg/R/plot.R
b/pkg/R/plot.R
index
47a3a5c
..
614f5c5
100644
(file)
--- a/
pkg/R/plot.R
+++ b/
pkg/R/plot.R
@@
-104,7
+104,7
@@
plotCoefs <- function(mr, params)
avg_param <- as.double(params_hat[[i]])
std_param <- as.double(stdev[[i]])
matplot(cbind(params[o],avg_param[o],avg_param[o]+std_param[o],avg_param[o]-std_param[o]),
- col=
c(2,1,1,1), lty=c(1,1
,2,2), type="l", lwd=2, xlab="param", ylab="value")
+ col=
1, lty=c(1,5
,2,2), type="l", lwd=2, xlab="param", ylab="value")
}
#print(o) #not returning o to avoid weird Jupyter issue... (TODO:)