8000 Update test_units_patches.py · matplotlib/matplotlib@cf7ba42 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf7ba42

Browse files
authored
Update test_units_patches.py
1 parent df714ae commit cf7ba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_units_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_units_rectangle():
2020
import matplotlib.testing.jpl_units as U
2121
U.register()
2222

23-
p = mpatches.Rectangle( ( 5*U.km, 6*U.km ), 1*U.km, 2*U.km )
23+
p = mpatches.Rectangle((5*U.km, 6*U.km), 1*U.km, 2*U.km)
2424

2525
fig = plt.figure()
2626
ax = plt.subplot(111)

0 commit comments

Comments
 (0)
0