Skip to content

Commit

Permalink
updated minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed May 2, 2024
1 parent 814c659 commit 42c351a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python_requires = >=3.11
install_requires =
sbmlutils>=0.8.7
numpy>=1.26.4
libroadrunner>=2.6.0
libroadrunner>=2.7.0
scipy>=1.12.0
pint>=0.23

Expand Down
2 changes: 1 addition & 1 deletion src/sbmlsim/plot/serialization_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def apply_axis_settings(sax: Axis, ax: plt.Axes, axis_type: str):

if xax:
apply_axis_settings(xax, ax1, axis_type="x")
if xax:
if yax:
apply_axis_settings(yax, ax1, axis_type="y")
if yax_right:
apply_axis_settings(yax_right, ax2, axis_type="y")
Expand Down

0 comments on commit 42c351a

Please sign in to comment.