Skip to content

Commit d931aef

Browse files
committed
MNT: Changed Weights to Weight
1 parent b26d9f0 commit d931aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffpy/nmf_mapping/nmf_mapping/nmf_mapping_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def component_ratio_plot(df_component_weight_timeseries, show=True):
293293
ax.plot(df.loc[component].to_numpy(), '--s', label=component)
294294
ax.legend(loc='best')
295295
ax.set_xlabel('Reaction time (a.u.)')
296-
ax.set_ylabel('Weights')
296+
ax.set_ylabel('Weight')
297297
ax.set_title('NMF Weights')
298298

299299
if show:

0 commit comments

Comments
 (0)