↧
Comment by dasmith88 for I am not sure how exactly you want to do this but...
Yes, it's perfect. For the record, here's the code with a few bells and whistles added. @interact def int_plot(t1=text_control("Enter data as a list of pairs, and set window [a,b] by [c,d]."), str1 =...
View ArticleComment by dasmith88 for I am not sure how exactly you want to do this but...
That looks like what I need -- thanks. I'll let you know how it works when I adapt it.
View ArticleAnswer by Shashank for I want to enter a default list of (x,y) data for a...
I am not sure how exactly you want to do this but let me know whether this is what you want. User can change the array and unfocus from the input box to update. @interact def int_plot(str1 =...
View Articlehow to enter a list of data points in an interact?
I want to enter a default list of (x,y) data for a scatter plot that the user can modify to create a different scatter plot.
View Article