Skip to content

Commit

Permalink
clip ddgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 23, 2024
1 parent bf802d0 commit ac27112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyhdx/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,8 +1119,8 @@ def __init__(self):
)

self.norms = {
"dG": pplt.Norm("linear", 1e4, 4e4),
"ddG": pplt.Norm("linear", -1e4, 1e4),
"dG": pplt.Norm("linear", 1e4, 4e4, clip=True),
"ddG": pplt.Norm("linear", -1e4, 1e4, clip=True),
"rfu": pplt.Norm("linear", 0, 1.0, clip=True),
"drfu": pplt.Norm("linear", -0.5, 0.5, clip=True),
"d_uptake": pplt.Norm("linear", 0.0, 1.0, clip=True),
Expand Down

0 comments on commit ac27112

Please sign in to comment.