Skip to content

Commit 9d86686

Browse files
committed
add comment
1 parent 2c3b982 commit 9d86686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhdx/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def peptide_coverage(
190190
ax.set_yticks([])
191191

192192
_cbar_kwargs = cbar_kwargs or {}
193-
cbar_kwargs = {**CBAR_KWARGS, **_cbar_kwargs}
193+
cbar_kwargs = {**CBAR_KWARGS, **_cbar_kwargs} #TODO py39 dict union: d |= e or d | e
194194

195195
if cbar and color_field:
196196
cbar_ax = ax.colorbar(cmap, norm=norm, **cbar_kwargs)

0 commit comments

Comments
 (0)