aboutsummaryrefslogtreecommitdiff
path: root/report2/graphs.i
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2021-01-21 05:13:47 -0500
committerHolden Rohrer <hr@hrhr.dev>2021-01-21 05:13:53 -0500
commit83edee239670ce58e39e7a064572964335d3879d (patch)
treee4896f9365a7efd33a2c256409c80af76ac33927 /report2/graphs.i
parent2b146b8391fd5ca9c8c70d7530ad3968721324e9 (diff)
fixed graphs and tables for report and logbook
Poster is very broken. The Report and Logbook are okay, but have last year's images.
Diffstat (limited to 'report2/graphs.i')
-rw-r--r--report2/graphs.i22
1 files changed, 17 insertions, 5 deletions
diff --git a/report2/graphs.i b/report2/graphs.i
index 8fb8ad3..914f28e 100644
--- a/report2/graphs.i
+++ b/report2/graphs.i
@@ -1,6 +1,18 @@
-\twopicture{imgs/2019-10-16.png}{imgs/2019-10-30.png}{}
-\twopicture{imgs/2019-12-3.png}{imgs/2019-12-5.png}{}
-\twopicture{imgs/2019-12-19.png}{imgs/2019-12-20.png}{Voronoi diagrams showing the territory of each antlion that formed a pit and well as the location, depth, and width of each pit}
+\twopicture{imgs/obstacles-12x12.png}{imgs/obstacles-24x24.png}{}
+\twopicture{imgs/trails-12x12.png}{imgs/trails-24x24.png}{}
+\twopicture{imgs/pits-12x12.png}{imgs/pits-24x24.png}{Each Voronoi
+diagram shows the allocation of ant-gathering territory, defined as the
+territory nearest to a given antlion pit.
+These are particularly regular maps, even accounting for artificial pits
+and artificial obstacle interventions.
+}
-\picture{graph/depth_width.png}{Shows pit depth and width in relation to the square root of the trial area}
-\picture{graph/nearest_neighbor.png}{Shows the average nearest neighbor calculation for each trial group in relation to the square root of trial area, to create a ratio. Larger dots means more pits had that same area and depth or width.}
+\picture{graph/boxplot.png}{Shows the nearest neighbor distance in
+various interventions, accounting for the variation observed in each
+trial.
+There are very few outliers, so the plot does not vary significantly.}
+\picture{graph/lineplot.png}{This histogram shows, with variances
+represented by half-length measures, various metrics over the trial.
+General trends were observed with pit width and depth corresponding to
+previous conclusions, but variances remained high.
+Per-trial measures (deaths, reclusion) are also included.}