8000 mep12 on image_demo2.py by ericmjl · Pull Request #4826 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

mep12 on image_demo2.py #4826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed unused code
  • Loading branch information
ericmjl committed Jul 30, 2015
commit 1df007466c521a1a9078ec9df710e37b1dda90a9
8 changes: 0 additions & 8 deletions examples/pylab_examples/image_demo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@

plt.title('CT density')

if 0:
x = np.asum(A, 0)
plt.subplot(212)
plt.bar(np.arange(w), x)
plt.xlim(0, h - 1)
plt.ylabel('density')
# setp(gca(), 'xticklabels', [])
plt.xticklabels([])
plt.show()
0