From b6d49b2c66b8690b1a075bd10e1d74ec6d302fb0 Mon Sep 17 00:00:00 2001 From: orfaig Date: Sat, 17 Jun 2023 22:37:02 +0300 Subject: [PATCH] Update sort.py --- sort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sort.py b/sort.py index 4b2ca8a..074d958 100644 --- a/sort.py +++ b/sort.py @@ -20,7 +20,7 @@ import os import numpy as np import matplotlib -matplotlib.use('TkAgg') +#matplotlib.use('TkAgg') import matplotlib.pyplot as plt import matplotlib.patches as patches from skimage import io