We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3033a9c commit 28ad977Copy full SHA for 28ad977
grcar.png
3.08 KB
pseudopy/demo.py
@@ -51,4 +51,6 @@ def grcar_demo():
51
# plot spectrum
52
pyplot.plot(numpy.real(evals), numpy.imag(evals), 'o')
53
54
+ pyplot.xlabel('Real part')
55
+ pyplot.ylabel('Imaginary part')
56
pyplot.show()
0 commit comments