Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.
Questions tagged [interactive]
1873 questions
0
votes
2 answers
Find the heaviest ball by asking at most 8 questions
Given 6 balls with distinct weights. The aim is to find the heaviest of these balls.
The problem proceeds in a question answer fashion, i.e. we have to ask questions and the problem setter provides us an answer.
Each question comprises of giving 5…

Jason Parker
- 13
- 2
0
votes
1 answer
Jupyter Interactive Widget not executing properly
I am using jupyte notebook
This is the Code
from ipywidgets import interact
define a function to work with (cubes the number)
def myfunction(arg):
return arg+1
interact(myfunction, arg=9);
The result showing is 10 instead it should be showing a…
0
votes
0 answers
Swift interactive transition - view from second view controller is flashing when cancelling the transition
i´m trying to make my own interactive transition in swift. In my sample project I have two view controllers. With my own transition I can swipe to each other. My problem is: when swiping from the first to the second view controller the second (where…

Christian
- 75
- 10
0
votes
1 answer
Storing outputs of a function based on an interactive argument value
What I'm trying to do is the following. I have some function f(m) that I want to explore interactively for different values of m (for example using ipywidgets). For specific values of m, I'd like to store some string containing for example m in a…

user129412
- 765
- 1
- 6
- 19
0
votes
1 answer
Data Scrub off Interactive Map - Cal Fire related
http://calfire-forestry.maps.arcgis.com/apps/webappviewer/index.html?id=5306cc8cf38c4252830a38d467d33728&extent=-13547810.5486%2C4824920.1673%2C-13518764.4778%2C4841526.1117%2C102100
how can i scrub the locations off this? Don't need addresses, just…

James
- 69
- 5
0
votes
0 answers
remove pyqt data points with mouse clicks
I have a pyqtgraph.PlotWidget with several curves and want to remove data points within a range specified via mouse clicks. I can get the position of the mouse clicks with
def mousePressEvent(self, QMouseEvent):
pos =…

Marc
- 23
- 5
0
votes
1 answer
Using imline with uiaxes
I am trying to design an app using Matlab 2017b with appdesigner. I want to attach a movable line to an image using the imline function. However, appdesigner appear to use a new type of object, uiaxes, whereas the imline function will only use the…

ceiltechbladhm
- 214
- 3
- 9
0
votes
0 answers
R interactive mode: is it possible to make your script stop and ask for new variable to be passed from the command line?
I have an R script that is computing and displaying some q plots of my data in order to see which distribution do they fit. Now what i do manually is look at the plots and choose the distribution that fits better. I would like to do the same, but…

Alfredo Mari
- 31
- 4
0
votes
0 answers
R readline in non-interactive processing
I want to write a R script, where I give an input at some point. I want to run it in Rstudio.
I do:
print("hi")
readline("Press a key to continue")
print("ho")
But the script does not stop and readline returns "".
I figured it is probably because…

PascalIv
- 595
- 7
- 21
0
votes
2 answers
Interactive plot selection in Altair does not hi-light points
I am trying to generate 2 plots in Altair that share the same selection.
I would like to plot scatter and bar charts of population (y) vs Age (x). I am using the Altair built-in dataset population. The population is the sum of the people column in…

edesz
- 11,756
- 22
- 75
- 123
0
votes
1 answer
Previous plots overlaps with new plots using matplotlib interactive
Escenario
I want to update the values of a heatmap with a time delay of 1 seconds. The objective is represent the evolution of the Q-Table in a reinforcement learning problem.
Error
The problem is that the heatmap figure is being updated but the…

Pablo Ruiz Ruiz
- 605
- 1
- 6
- 23
0
votes
1 answer
rCharts - interactive matrix plot
I have a horizontally oriented matrix with x = time and y = stocks' returns. I'd like to plot it with rCharts to make it interactive but I can't find HOW anywhere...
matrix is like:
matTest <- as.data.frame(matrix(rnorm(100,0,1), nrow = 5, ncol =…

matcava
- 53
- 8
0
votes
1 answer
Oracle APEX IR - pass several filters with url
Is there a way to pass multiple filters to an Intractive Report via the URL?
For one filter it works like this:
/pls/apex/f?p=100:1:123456::::IRC_line:0

Felix
- 3
- 1
- 5
0
votes
2 answers
Interactive skimage viewer canvastools RectangleTool
I've run into trouble with skimage.viewer.canvastools.RectangleTool() and would be grateful for any help that could be offered.
I would like the selection box to be interactive i.e. after drawing, one can edit the selected region using the handles.…

atstack
- 163
- 1
- 2
- 6
0
votes
0 answers
SAP Interactive Form archiving
We want to develop an Interactive Form, which should be edited by the user who "created it" via SAP. After the user finished the editing he will be able the choose between two alternatives. On the one hand he will be able to save the final form back…

S. Ulrich
- 1
- 1