Skip to content

Commit

Permalink
Update python/sdist/amici/plotting.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Fröhlich <fabian@schaluck.com>
  • Loading branch information
dweindl and FFroehlich authored Jan 17, 2023
1 parent 1ca2a21 commit 5fb9f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def plot_jacobian(rdata: ReturnDataView):
index=rdata._swigptr.state_ids,
columns=rdata._swigptr.state_ids
)
sns.heatmap(df)
sns.heatmap(df, center=0.0)
plt.title("Jacobian")

# backwards compatibility
Expand Down

0 comments on commit 5fb9f5f

Please sign in to comment.