Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Jul 3, 2024
1 parent 584588c commit 7bc5f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Changes:
- alchemlyb adopts SPEC 0 (replaces NEP 29)
https://scientific-python.org/specs/spec-0000/

Fixes
- Support matplotlib 3.9.0 (issue #28, PR#319).


21/05/2024 xiki-tempula

Expand Down
2 changes: 1 addition & 1 deletion src/alchemlyb/visualisation/ti_dhdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,6 @@ def getInd(r=ri, z=[0]):
color="#151B54",
)
lege = ax.legend(prop=FP(size=14), frameon=False, loc=1)
for l in lege.legendHandles:
for l in lege.legend_handles:
l.set_linewidth(10)
return ax

0 comments on commit 7bc5f55

Please sign in to comment.