Skip to content

Commit

Permalink
Shaded the restriction box
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerman committed Feb 5, 2015
1 parent 5429ecd commit db8135a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified icv.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion initial-constrained-value.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ drawrestr <- function() {
if (slope == Inf || slope == -Inf) abline(v=r[i]/R[i,1], col="gray")
else abline(rint[i,1], -R[i,1]/R[i,2], col="gray")
}
polygon(poly_x, poly_y, lwd=2)
polygon(poly_x, poly_y, lwd=2, col="#dddddd")


pnext <- z
Expand Down

0 comments on commit db8135a

Please sign in to comment.