diff --git a/plots/throughput_results.py b/plots/throughput_results.py index fae2090..64e9f74 100644 --- a/plots/throughput_results.py +++ b/plots/throughput_results.py @@ -7,16 +7,16 @@ stroke = 2 marker_width = 8 packet_sizes = (4,8,16,32,64,128) configs = { - '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)), '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)), } x = np.arange(len(packet_sizes)) # the label locations -ys = np.arange(0,3,0.25) +ys = np.arange(0,2.25,0.25) width = 0.25 # the width of the bars multiplier = 0