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

Skip to content

Commit 222267e

Browse files
committed
Fix formatting
1 parent d3762a4 commit 222267e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_image.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@ def test_log_scale_image():
489489
fig = plt.figure()
490490
ax = fig.add_subplot(111)
491491

492-
ax.imshow(Z, extent=[1, 100, 1, 100], cmap='viridis', vmax=abs(Z).max(), vmin=-abs(Z).max())
492+
ax.imshow(Z, extent=[1, 100, 1, 100], cmap='viridis',
493+
vmax=abs(Z).max(), vmin=-abs(Z).max())
493494
ax.set_yscale('log')
494495

495496

0 commit comments

Comments
 (0)