asigalov61
commited on
Commit
•
4e17459
1
Parent(s):
5ac52bd
Upload TMIDIX.py
Browse files
TMIDIX.py
CHANGED
@@ -1816,7 +1816,7 @@ def plot_ms_SONG(ms_song,
|
|
1816 |
plt.title(plot_title)
|
1817 |
|
1818 |
if return_plt:
|
1819 |
-
return
|
1820 |
|
1821 |
plt.show()
|
1822 |
|
|
|
1816 |
plt.title(plot_title)
|
1817 |
|
1818 |
if return_plt:
|
1819 |
+
return fig
|
1820 |
|
1821 |
plt.show()
|
1822 |
|