@@ -51,7 +51,7 @@ def plot_ref_sld_helper(
5151 linear_x : bool = False ,
5252 q4 : bool = False ,
5353 show_error_bar : bool = True ,
54- show_grid : bool = True ,
54+ show_grid : bool = False ,
5555 show_legend : bool = True ,
5656):
5757 """Clears the previous plots and updates the ref and SLD plots.
@@ -74,7 +74,7 @@ def plot_ref_sld_helper(
7474 Controls whether Q^4 is plotted on the reflectivity plot
7575 show_error_bar : bool, default: True
7676 Controls whether the error bars are shown
77- show_grid : bool, default: True
77+ show_grid : bool, default: False
7878 Controls whether the grid is shown
7979 show_legend : bool, default: True
8080 Controls whether the lengend is shown
@@ -207,7 +207,7 @@ def plot_ref_sld(
207207 linear_x : bool = False ,
208208 q4 : bool = False ,
209209 show_error_bar : bool = True ,
210- show_grid : bool = True ,
210+ show_grid : bool = False ,
211211 show_legend : bool = True ,
212212) -> Union [plt .Figure , None ]:
213213 """Plots the reflectivity and SLD profiles.
@@ -232,7 +232,7 @@ def plot_ref_sld(
232232 Controls whether Q^4 is plotted on the reflectivity plot
233233 show_error_bar : bool, default: True
234234 Controls whether the error bars are shown
235- show_grid : bool, default: True
235+ show_grid : bool, default: False
236236 Controls whether the grid is shown
237237 show_legend : bool, default: True
238238 Controls whether the lengend is shown
0 commit comments