How can I remove zero from linspace?
this is my list:
np.linspace(-3, 3, 1) --> [-3, -2, -1, 0, 1, 2, 3]
And I want to achieve this: