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 d85382b commit b12785fCopy full SHA for b12785f
plotpy/items/image/masked.py
@@ -4,11 +4,11 @@
4
5
from typing import TYPE_CHECKING
6
7
+import guidata.io
8
import numpy as np
9
import numpy.ma as ma
10
from qtpy import QtCore as QC
11
-import guidata.io
12
from plotpy import io
13
from plotpy._scaler import INTERP_NEAREST, _scale_rect, _scale_xy
14
from plotpy.config import _
@@ -23,11 +23,11 @@
23
from plotpy.styles.image import MaskedImageParam, MaskedXYImageParam
24
25
if TYPE_CHECKING:
26
+ import guidata.io
27
import qwt.scale_map
28
from qtpy.QtCore import QRectF
29
from qtpy.QtGui import QPainter
30
- import guidata.io
31
from plotpy.plot import BasePlot
32
33
0 commit comments