Skip to content

Commit 52bbad6

Browse files
committed
Addresses review comments
1 parent 0f50cd5 commit 52bbad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ratapi/utils/plotting.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)