New answers tagged interactive
1
One thing you can do to improve Manipulate speeds is to use ControlActive, which lets you set different behaviours for when a control is being moved and when it isn't.
For example, with this code:
ListLinePlot[{
ControlActive[Take[tbl1, {1, -1, 5000}],
Take[tbl1, {1, -1, 50}]]},
PlotLegends -> {"EV"},
PlotStyle -> ...
Top 50 recent answers are included