From 83edee239670ce58e39e7a064572964335d3879d Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 21 Jan 2021 05:13:47 -0500 Subject: fixed graphs and tables for report and logbook Poster is very broken. The Report and Logbook are okay, but have last year's images. --- report2/graphs.i | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'report2/graphs.i') 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.} -- cgit