未验证 提交 e32cf8f4 编写于 作者: B blue-fish 提交者: GitHub

Change order of matplotlib imports (#546)

上级 ded7b372
import matplotlib.pyplot as plt
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
from matplotlib.figure import Figure
from PyQt5.QtCore import Qt, QStringListModel
......@@ -8,7 +9,6 @@ from pathlib import Path
from typing import List, Set
import sounddevice as sd
import soundfile as sf
import matplotlib.pyplot as plt
import numpy as np
# from sklearn.manifold import TSNE # You can try with TSNE if you like, I prefer UMAP
from time import sleep
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册