Skip to content
Snippets Groups Projects
Commit 1daf66a2 authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing ylabel

parent ff17e7f9
Branches
Tags
No related merge requests found
Pipeline #
......@@ -512,7 +512,11 @@ put f1m f $mx1
ax.set_xlim([np.min(out.x), np.max(out.x)])
ax.set_xlabel("{} [deg]".format(d.name))
if plotDOFs is None:
ax.set_ylabel('{} [W] '.format(d.port.name))
else:
ax.set_ylabel('{Error signal} [W] ')
ax.grid(True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment