Skip to content

Commit

Permalink
Update _view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Feb 29, 2024
1 parent d0a7196 commit a79926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/felupe/constitution/_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def plot(self, ax=None, show_title=True, show_kwargs=True, **kwargs):

data = self.evaluate()
for stretch, force, label in data:
ax.plot(stretch, force, label=label)
ax.plot(stretch, force, label=label, **kwargs)

ax.set_xlabel(r"Stretch $l/L$ $\rightarrow$")
ax.set_ylabel("Normal force per undeformed area" + r" $N/A$ $\rightarrow$")
Expand Down

0 comments on commit a79926f

Please sign in to comment.