Closed jaimemcc closed 1 year ago
yerror = np.std(yarray)/np.sqrt(len(yarray))
should be
yerror = np.std(yarray,axis=0)/np.sqrt(len(yarray))
yerror = np.std(yarray)/np.sqrt(len(yarray))
should be
yerror = np.std(yarray,axis=0)/np.sqrt(len(yarray))