Python/Numpy — NotImplementedError: memoryview slice assignments are currently restricted to ndim = 1

后端 未结 0 980
面向向阳花
面向向阳花 2020-12-12 14:03

I\'m trying to read a file and save to a numpy matrix to display it, but I\'m stuck on an error.

from matplotlib import pyplot as plt
import numpy as np

imag         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题