Skip to content

Commit

Permalink
Update example1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SiggiGue authored Aug 15, 2022
1 parent 28a2eee commit 143bff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example1.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
ylabel('$\\phi$ / rad')
grid()
lines = l0 + l1 + l2 + l3
labels = [l.get_label() for l in lines]
labels = [line.get_label() for line in lines]
legend(lines, labels)
xlabel('Frequency $f$ / Hz')

show()
show()

0 comments on commit 143bff3

Please sign in to comment.