Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1df0074

Browse filesBrowse files
committed
removed unused code
1 parent d5bfbfe commit 1df0074
Copy full SHA for 1df0074

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed

‎examples/pylab_examples/image_demo2.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/image_demo2.py
-8Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@
2121

2222
plt.title('CT density')
2323

24-
if 0:
25-
x = np.asum(A, 0)
26-
plt.subplot(212)
27-
plt.bar(np.arange(w), x)
28-
plt.xlim(0, h - 1)
29-
plt.ylabel('density')
30-
# setp(gca(), 'xticklabels', [])
31-
plt.xticklabels([])
3224
plt.show()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.