errorbar not working
errorbar command shows delta_l is not defined. How to solve this?

Python-3.4.3 Plotting-Data 00-01 min 0-10 sec 22-06-19, 2:59 p.m. Petta

Answers:

you have not created any variable called delte_l

Please carefully check the variable names that you have used earlier. In case there is no variable declared, please declare a variable called delta_l and add values to that variable
22-06-19, 3:12 p.m. ankitrj.iitb


Click here to reply/comment online