From 45e3ffbd3634109a07a924c35689626266b57fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C3=96rtenberg?= Date: Mon, 9 Jun 2025 21:56:52 +0200 Subject: [PATCH] fixed a bit and made presentation friendly --- plots/throughput_results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plots/throughput_results.py b/plots/throughput_results.py index 64e9f74..1e2130b 100644 --- a/plots/throughput_results.py +++ b/plots/throughput_results.py @@ -10,8 +10,8 @@ configs = { 'Single Issue' : ('X',marker_width,(0.4414, 0.6095, 0.7529, 0.8312, 0.8889, 0.9275)), 'Performance Optimized' : ('s',marker_width,(0.4211, 0.6957, 1.0323, 1.3333, 1.5799, 1.7527)), 'Resource Utilization Optimized': ('^',marker_width-4,(0.4211, 0.6957, 1.0323, 1.3333, 1.5799, 1.7527)), -# 'Ideal Addressed' : ('o',marker_width,(0.5714, 0.8889, 1.2308, 1.5238, 1.7297, 1.8551)), - 'Ideal non-Addressed' : ('v',marker_width,(1.3333, 1.6000, 1.7778, 1.8824, 1.9394, 1.9692)), + 'Ideal Addressed' : ('o',marker_width,(0.5714, 0.8889, 1.2308, 1.5238, 1.7297, 1.8551)), +# 'Ideal non-Addressed' : ('v',marker_width,(1.3333, 1.6000, 1.7778, 1.8824, 1.9394, 1.9692)), }