We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a7196 commit a79926fCopy full SHA for a79926f
src/felupe/constitution/_view.py
@@ -65,7 +65,7 @@ def plot(self, ax=None, show_title=True, show_kwargs=True, **kwargs):
65
66
data = self.evaluate()
67
for stretch, force, label in data:
68
- ax.plot(stretch, force, label=label)
+ ax.plot(stretch, force, label=label, **kwargs)
69
70
ax.set_xlabel(r"Stretch $l/L$ $\rightarrow$")
71
ax.set_ylabel("Normal force per undeformed area" + r" $N/A$ $\rightarrow$")
0 commit comments