@@ -34,7 +34,7 @@ def _extract_plot_data(event_data: PlotEventData, q4: bool, show_error_bar: bool
3434 show_error_bar : bool, default: True
3535 Controls whether the error bars are shown
3636 shift_value : float
37- A value between 1 and 100 that controls the spacing between the reflectivity plots for each contrasts
37+ A value between 1 and 100 that controls the spacing between the reflectivity plots for each of the contrasts
3838
3939 Returns
4040 -------
@@ -130,7 +130,7 @@ def plot_ref_sld_helper(
130130 show_legend : bool, default: True
131131 Controls whether the legend is shown
132132 shift_value : float, default: 100
133- A value between 1 and 100 that controls the spacing between the reflectivity plots for each contrasts
133+ A value between 1 and 100 that controls the spacing between the reflectivity plots for each of the contrasts
134134 animated : bool, default: False
135135 Controls whether the animated property of foreground plot elements should be set.
136136
@@ -276,7 +276,7 @@ def plot_ref_sld(
276276 show_legend : bool, default: True
277277 Controls whether the legend is shown
278278 shift_value : float, default: 100
279- A value between 1 and 100 that controls the spacing between the reflectivity plots for each contrasts
279+ A value between 1 and 100 that controls the spacing between the reflectivity plots for each of the contrasts
280280
281281 Returns
282282 -------
0 commit comments