Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1df0074

Browse files
committed
removed unused code
1 parent d5bfbfe commit 1df0074

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/pylab_examples/image_demo2.py

Lines 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)