From b83410e596e876075b1cb363aae020dba64508dc Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Simhadri Date: Mon, 2 Oct 2023 20:56:30 -0700 Subject: [PATCH] Update plot.py replace b=true with visible=true --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.py b/plot.py index e9cc4365..1cffa345 100644 --- a/plot.py +++ b/plot.py @@ -68,7 +68,7 @@ def mean_y(algo): # plt.gca().set_position([box.x0, box.y0, box.width * 0.8, box.height]) ax.legend(handles, labels, loc='center left', bbox_to_anchor=(1, 0.5), prop={'size': 9}) - plt.grid(b=True, which='major', color='0.65', linestyle='-') + plt.grid(visible=True, which='major', color='0.65', linestyle='-') plt.setp(ax.get_xminorticklabels(), visible=True) # Logit scale has to be a subset of (0,1)