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 49209fc commit 9cb15baCopy full SHA for 9cb15ba
src/electromyogram/plot.py
@@ -7,9 +7,8 @@
7
from matplotlib import pyplot as plt
8
from scipy import interpolate as interp
9
10
-from electromyogram import Scheme
11
-
12
-from .schemes import DEFAULT_SIZE_PX
+from . import consts
+from .schemes import DEFAULT_SIZE_PX, Scheme
13
from .utils import rel_to_abs
14
15
def annotate_locations(
0 commit comments