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

Skip to content

Commit 8f42a51

Browse files
committed
updating
svn path=/trunk/matplotlib/; revision=447
1 parent 07acc46 commit 8f42a51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/matplotlib_icon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
rc('grid', ls='-', lw=2, color='k')
99
fig = figure(figsize=(1, 1), dpi=72)
1010
axes([0.025, 0.025, 0.95, 0.95], axisbg='y')
11+
1112
t = arange(0, 2, 0.05)
1213
s = sin(2*pi*t)
1314
plot(t,s, linewidth=4)
1415
axis([-.2, 2.2, -1.2, 1.2])
15-
#axis('off')
16+
1617
grid(True)
1718
set(gca(), xticklabels=[], yticklabels=[])
1819
savefig('../images/matplotlib.svg', facecolor=0.75)

0 commit comments

Comments
 (0)