Skip to content

Commit

Permalink
set missing color to light gray
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Oct 14, 2024
1 parent 2570a5f commit c5f35ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhdx/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def __init__(self):

self.cmaps = {
"dG": set_bad(pplt.Colormap(tol_cmap("rainbow_PuRd")).reversed()),
"ddG": set_bad(tol_cmap("PRGn").reversed(), color="#FFEE99"),
"ddG": set_bad(tol_cmap("PRGn").reversed(), color="#d8d8d8"),
"rfu": set_bad(pplt.Colormap(cc.cm.gouldian)),
"drfu": set_bad(pplt.Colormap(cc.cm.diverging_bwr_20_95_c54)), # =CET_D1A
"d_uptake": set_bad(pplt.Colormap("Dense")),
Expand Down

0 comments on commit c5f35ad

Please sign in to comment.