Skip to content

Commit bdbf7e2

Browse files
committed
Make filename match example.
svn path=/branches/transforms/; revision=4757
1 parent 03207f3 commit bdbf7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/symlog_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from pylab import *
33

4-
dt = 1.0
4+
dt = 0.01
55
x = arange(-50.0, 50.0, dt)
66
y = arange(0, 100.0, dt)
77

@@ -25,5 +25,5 @@
2525
grid(True)
2626
ylabel('symlog both')
2727

28-
savefig('log_demo')
28+
savefig('symlog_demo')
2929
show()

0 commit comments

Comments
 (0)