Ch15 Book4_Ch15_Python_Codes\Bk4_Ch15_02.ipynb 中,定义可视化SVD结果的函数中,第二幅图的标题应该是“=”,但代码中为 plt.title('@') ,应为plt.title('=')
plt.title('@')
plt.title('=')