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

Skip to content

Commit b2e12e9

Browse files
authored
Removed placeholder.
1 parent b32b386 commit b2e12e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ def test_pcolorfast(self):
532532
data = np.random.rand(0, 100)
533533

534534
fig, ax = plt.subplots()
535-
ax.pcolorfast(...)
536535
pc = ax.pcolorfast(dates_x, dates_y, data)
537536

538537
ax.set_xlabel('Sample datetime')

0 commit comments

Comments
 (0)