在木星笔记本中,我可以导入matplotlib,但不能导入pyplot模块:import matplotlib.pyplot as plt %替代测试也失败了:matplotlib.pyplot % AttributeError: module 'matplotlib' has no attribute'
试图使用matplotlib将其写入iostream,然后在另一个matplotlib图中显示该数据(从下面的开始)。为了提高效率,我希望避免将映像写入磁盘。下面是代码:import matplotlib.pyplot as pltimport matplotlib.imageAs well as several variations
# in