python3 getting error TypeError: only size-1 arrays can be converted to Python scalars

后端 未结 0 1226
天命终不由人
天命终不由人 2020-12-20 06:01
import matplotlib.pyplot as plt
import numpy as np

# Setting the x - coordinates, \'t\' here // 
x = np.arange(0,10, 0.001)

# Setting the y - coordinates, \'f(t)\'         


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