Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774f558 commit 0f5fe5dCopy full SHA for 0f5fe5d
1 file changed
lib/matplotlib/tests/test_backend_tk.py
@@ -1,11 +1,11 @@
1
import pytest
2
import numpy as np
3
from matplotlib import pyplot as plt
4
-from matplotlib.backends import _tkagg
5
6
7
@pytest.mark.backend('TkAgg', skip_on_importerror=True)
8
def test_blit():
+ from matplotlib.backends import _tkagg
9
def evil_blit(photoimage, aggimage, offsets, bboxptr):
10
data = np.asarray(aggimage)
11
height, width = data.shape[:2]
0 commit comments