Skip to content

Commit

Permalink
changed plot titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jadams-cawater committed Oct 26, 2023
1 parent 20e50f8 commit 69d9a36
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
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 Zoop_code/ted-zoop-analyses/plots/p_zoop_NMDS_region.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 Zoop_code/ted-zoop-analyses/plots/p_zoop_NMDS_sampleperiod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Zoop_code/ted-zoop-analyses/zoop-data-processing-FASTRv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ p_zoop_NMDS_Region +
facet_wrap(Year ~ ., ncol = 3, dir = "h") +
labs(x = NULL,
y = NULL,
title = "NDFA - Zooplankton Community Comparison (2014-2019)",
title = "Zooplankton Community Comparison (2014-2019)",
color = "Region") +
theme(axis.text.x=element_blank(),
axis.ticks.x=element_blank(),
Expand Down Expand Up @@ -318,7 +318,7 @@ p_zoop_NMDS_SamplePeriod +
facet_wrap(Year~., ncol = 3, dir = "h") +
labs(x = NULL,
y = NULL,
title = "NDFA - Zooplankton Community Comparison (2014-2019)",
title = "Zooplankton Community Comparison (2014-2019)",
color = "Sample Period") +
theme(axis.text.x=element_blank(),
axis.ticks.x=element_blank(),
Expand Down

0 comments on commit 69d9a36

Please sign in to comment.