Hi, I'm writing an interactive program to fit some data quickly.
I would like to keep an eye on the actual value of the parameters of the fitting function which i plot on the same graph f the data while changing by <Key> binding the parameters value..
I was thinking about using multiple textbox but I'm not used yet to their syntax..
Is that an appropriate way of resolving this issue and if yes i could i work it out?
Is there any other better way of facing the problem?
I would like to keep an eye on the actual value of the parameters of the fitting function which i plot on the same graph f the data while changing by <Key> binding the parameters value..
I was thinking about using multiple textbox but I'm not used yet to their syntax..
Is that an appropriate way of resolving this issue and if yes i could i work it out?
Is there any other better way of facing the problem?
Comment