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

Skip to content

Commit b8f3e64

Browse files
committed
removed extraneous .gca()
1 parent 5db8155 commit b8f3e64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pylab_examples/newscalarformatter_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
ax3.yaxis.set_major_formatter(OldScalarFormatter())
2121

2222
ax4.plot(-x * 1e5, -x * 1e-4)
23-
ax4 = plt.gca()
2423
ax4.xaxis.set_major_formatter(OldScalarFormatter())
2524
ax4.yaxis.set_major_formatter(OldScalarFormatter())
2625

0 commit comments

Comments
 (0)