diff --git a/code/expt/bgt_cmp_hue.py b/code/expt/bgt_cmp_hue.py index 788232a..56e3751 100644 --- a/code/expt/bgt_cmp_hue.py +++ b/code/expt/bgt_cmp_hue.py @@ -25,7 +25,7 @@ def main(args): # Landmarks' thresholds lmdks_th = [0, .54, .68, .88, 1.12, 10] # The privacy budget - epsilon = 1.0 + epsilon = 10.0 # Number of methods n = 3 @@ -46,7 +46,7 @@ def main(args): # The y axis plt.ylabel('Mean absolute error (kWh)') # Set y axis label. plt.yscale('log') - plt.ylim(.1, 10000) + # plt.ylim(.01, 10000) # Bar offset x_offset = -(bar_width/2)*(n - 1)