Tagged Questions
4
votes
1answer
95 views
Dynamic legends involving show
My question is how do I get dynamic legends (legends that turn data on/off) to work with Show? This is an extension of an old question here;
How to dynamically toggle curves on/off in a crowded ...
1
vote
0answers
49 views
Comparing data sets with fade transitions (Code speed-up)
I am using the utility below for data comparison. However, with my real (more complex) charts the processing is quite slow, so setting the Pause time under ...
2
votes
2answers
214 views
Equivalent of MATLAB's “hold on” function
I'm making an animation where the number of iterations is known. I tried using Dynamic, as I prefer updating in real time over generating data before plotting.
I ...
0
votes
1answer
85 views
Labelling Curves Using ListLogLinearPlot within DynamicModule (So Close)
I currently have a large number of time-series datasets in the form where the name and time-series transposed data, so I have a list of lists of names for datasets and their time-dependant data.
The ...
13
votes
4answers
291 views
Is it possible to select outliers on a graph and determine the index of the outliers?
I have a large data set of experimental data for which I have determined a theoretical fit. However, for some of the experimental data I took, there was systematic error, leading to the data deviating ...
10
votes
7answers
364 views
How to dynamically toggle curves on/off in a crowded Plot?
When multiple curves appear in a single plot, it is useful to interactively turn certain curves on or off to visually compare smaller numbers of curves. It is trivial to put a quick dynamic together, ...
0
votes
0answers
33 views
how to interactively select points inside certain region in a plot [duplicate]
Very often I encounter a situation that I want to select some points inside certain areas of a plot. For example,
...
8
votes
5answers
295 views
Manipulate Exp[I θ]+b Exp[-I θ]
I've uploaded an image showing a demonstration I'd like to create, but I definitely need help. There is a lot of talent on this list, so maybe someone can help me get started learning how to add ...
1
vote
2answers
289 views
Manipulating PlotRange
Currently, I am working with some dynamic simulations of mechanical/electrical systems (in this case a kitchen scale). The main simulation is running smoothly but while building a nice GUI around the ...
4
votes
2answers
525 views
Using a Slider to manipulate a Plot
Why does this work (displays the curve):
Graphics[Plot[Sin[x], {x, 0, Pi}]]
and this doesn't (no curve)
...
5
votes
3answers
175 views
How do you properly create Buttons to change dynamic variables using Table
In this example, I want a series of four buttons to change the value of a variable that is used dynamically to drive a plot. I am trying to figure out why using Table around the buttons causes a ...
1
vote
2answers
244 views
Making a plotted curve interactive
Is it possible to make a plotted curve interactive in the sense that when hovering over it a line is drawn from the "hovered" point to one (or both) of the axes. I did do my homework, I just can't ...
4
votes
4answers
406 views
How to change color dynamically?
I am new to Mathematica and want to change the FillingStyle Dynamically in this Plot. I want ...
49
votes
2answers
2k views
How to manipulate 2D plots?
When it comes to visual analysis, large datasets or data with intricate internal details often makes plotting in 2D useless, as the outcome is either just a fraction of the full dataset, or no details ...
5
votes
2answers
214 views
How to create a ListLinePlot with a layout analogous to ChartLayout -> “Stacked”?
I am using 3 checkboxes as desktops, portables and ipods in such a way that when I click to desktops it should shows ListLinePlot of ...
14
votes
2answers
383 views
Interactively extract points from a plot (ListPlot or SmoothDensityHistogram)
Is there a way to dynamically define a polygon on a plot (I'm working with ListPlot and SmoothDensityHistogram) to select a ...
16
votes
3answers
302 views
How to improve this code for exploring large matrices?
What I'm actually trying to do is to elaborate this question. I'd like to use Pane with scrollbars enabled to explore large (sparse) matrices like this one:
Here ...
8
votes
1answer
132 views
Using GraphHighlight interactively
I want to build a small GUI, where the user can select either a single edge or a single node of a graph. I got to this point:
...
