Skip to content

Commit

Permalink
move LH legend
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmedina committed Jun 13, 2024
1 parent 13bec33 commit 3323d3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pyro-max_chl-mean.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for( subseg in subsegs ){
segments( x0 = 0, x1 = 9.3,
y0 = pyro_chl$upr_iqr[which(pyro_chl$chl==9.3)],
lty = 2, col = 2 )
legend( 'bottomleft', bty = 'n',
legend( 'bottomright', bty = 'n',
legend = c("Median of maxima",
"IQR of maxima",
"Range of maxima (min/max)"), text.font = 2,
Expand Down
2 changes: 1 addition & 1 deletion R/pyro-med_chl-mean.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for( subseg in subsegs ){
segments( x0 = 0, x1 = 9.3,
y0 = pyro_chl$upr_iqr[which(pyro_chl$chl==9.3)],
lty = 2, col = 2 )
legend( 'bottomleft', bty = 'n',
legend( 'bottomright', bty = 'n',
legend = c("Median of medians",
"IQR of medians",
"Range of medians (min/max)"), text.font = 2,
Expand Down
Binary file modified figs/pyro-max_chl-mean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figs/pyro-med_chl-mean.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3323d3e

Please sign in to comment.