Skip to content

Commit 28ad977

Browse files
author
André Gaul
committed
add axes labels
1 parent 3033a9c commit 28ad977

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

grcar.png

3.08 KB
Loading

pseudopy/demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ def grcar_demo():
5151
# plot spectrum
5252
pyplot.plot(numpy.real(evals), numpy.imag(evals), 'o')
5353

54+
pyplot.xlabel('Real part')
55+
pyplot.ylabel('Imaginary part')
5456
pyplot.show()

0 commit comments

Comments
 (0)