From f96bd0e9ca13c564e22e3fe28638a62a9849a629 Mon Sep 17 00:00:00 2001
From: Claire Lunch
Date: Tue, 24 Sep 2024 08:04:47 -0600
Subject: [PATCH] another attempt to fix python boxplots
---
.../NEON-download-explore/NEON-download-explore-0.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tutorials/R/NEON-general/neon-overview/NEON-download-explore/NEON-download-explore-0.md b/tutorials/R/NEON-general/neon-overview/NEON-download-explore/NEON-download-explore-0.md
index 017be74b..e0e0d61e 100644
--- a/tutorials/R/NEON-general/neon-overview/NEON-download-explore/NEON-download-explore-0.md
+++ b/tutorials/R/NEON-general/neon-overview/NEON-download-explore/NEON-download-explore-0.md
@@ -272,8 +272,8 @@ plot.
lines(PARMean~endDateTime,
data=par30[which(par30$verticalPosition=="020"),],
- col="blue")
-
+ col="orange")
+
Python