py2ls 0.2.4.10.4__py3-none-any.whl → 0.2.4.10.6__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
py2ls/ml2ls.py
CHANGED
@@ -48,7 +48,7 @@ from . import plot
|
|
48
48
|
import matplotlib.pyplot as plt
|
49
49
|
import seaborn as sns
|
50
50
|
|
51
|
-
plt.style.use(str(get_cwd()) + "/data/styles/stylelib/paper.mplstyle")
|
51
|
+
plt.style.use(str(ips.get_cwd()) + "/data/styles/stylelib/paper.mplstyle")
|
52
52
|
import logging
|
53
53
|
import warnings
|
54
54
|
|