We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3b982 commit 9d86686Copy full SHA for 9d86686
pyhdx/plot.py
@@ -190,7 +190,7 @@ def peptide_coverage(
190
ax.set_yticks([])
191
192
_cbar_kwargs = cbar_kwargs or {}
193
- cbar_kwargs = {**CBAR_KWARGS, **_cbar_kwargs}
+ cbar_kwargs = {**CBAR_KWARGS, **_cbar_kwargs} #TODO py39 dict union: d |= e or d | e
194
195
if cbar and color_field:
196
cbar_ax = ax.colorbar(cmap, norm=norm, **cbar_kwargs)
0 commit comments