Skip to content

Commit

Permalink
🎨 update labels on sampling options figure
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldansereau committed Sep 15, 2023
1 parent 66e65a6 commit d80512a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 08_plot_lcbd_results.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ end
## Sampling options

options = reshape(options, (2,2))
titles = reshape(titles, (2,2))
# titles = reshape(titles, (2,2))
titles = [
"A) Mean value" "C) Random value";
"B) Mean value + threshold" "D) Random value + threshold"
]

# All richness options
begin
Expand Down
Binary file modified figures/sampling_options/richness_all.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 d80512a

Please sign in to comment.