Hi,
I have an issue with "Manipulate" when used with the function "DiscretPlot". For instance, using the following command:
Manipulate[DiscretePlot[Sin[a*x + b], {x, 0, 40, 1}], {a, 0, 10}, {b, 0, 10}]
when i move the cursor of the "a" value, the segments under the dot values disappear and reappear when i stop moving (changing) the value. Is there a way to keep them showing even when I'm changing the value of 'a' or 'b'? I know they disappear to make it a smoother and faster movement but at some frequencies, we can't see the effect without seeing them moving.
Thank you for your help.