From e091c37926281dbd5bf58b249d2d8d1b370897f2 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Fri, 29 Mar 2024 22:22:28 +0000 Subject: introduction, conclusion, and minor cleanup --- analysis/vis.livemd | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'analysis') diff --git a/analysis/vis.livemd b/analysis/vis.livemd index 6a0a7c5..0ef8597 100644 --- a/analysis/vis.livemd +++ b/analysis/vis.livemd @@ -243,21 +243,6 @@ VegaLite.Export.save!(graph, "../thesis/assets/insert_small_n.json") graph ``` -```elixir -graph = - CostModel.plot( - cost_models, - cost_model_points, - ["HashSet", "BTreeSet"], - "insert", - ns: 1..500//10, - # y_domain: [0, 4000], - draw_points: true - ) - -graph -``` - ```elixir graph = CostModel.split_plot( -- cgit v1.2.3