Plotting Data
Unable to create delta_l & delta_t in windows...
How to proceed for the same....showing error delta_t not defined

Python-3.4.3 Plotting-Data 04-05 min 10-20 sec 08-05-20, 11:40 a.m. sbirthariya

Answers:

insufficient information, please post your code so that I can understand what is the issue.
08-05-20, 2:06 p.m. iakashchavan
errorbar(l, tsquare, xerr=delta_l, yerr=delta_t, fmt='bo')
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[5], line 1
----> 1 errorbar(l, tsquare, xerr=delta_l, yerr=delta_t, fmt='bo')

NameError: name 'errorbar' is not defined
04-01-23, 1:23 p.m. bherehardik@gmail.com


Click here to reply/comment online