Skip to content

Commit

Permalink
add axes labels
Browse files Browse the repository at this point in the history
  • Loading branch information
André Gaul committed Feb 1, 2014
1 parent 3033a9c commit 28ad977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified grcar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pseudopy/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ def grcar_demo():
# plot spectrum
pyplot.plot(numpy.real(evals), numpy.imag(evals), 'o')

pyplot.xlabel('Real part')
pyplot.ylabel('Imaginary part')
pyplot.show()

0 comments on commit 28ad977

Please sign in to comment.