The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
135 views

How do I overlay corresponding values over each frame of an animation?

I recorded a phenomenon using video capturing (phen.avi, imported into Mathematica) and simultaneous measurement of some electrical properties of that phenomenon (a ...
17
votes
2answers
374 views

Making a presentable BarChart

I've been asked to reproduce a bar chart generated in Excel in Mathematica. The original Excel chart looks like this; My Mathematica version looks like this; There are a couple of things wrong ...
2
votes
1answer
143 views
4
votes
3answers
170 views

How to align dynamic graphics and an image within an Overlay?

I have dynamic graphics over an image but they won't line up, what am I doing wrong? ...
4
votes
1answer
296 views

Overlay : zoom, graphic tools, get coordinates save as etc

I used Jens' legendmaker to Overlay graphics to get a nice legend on my ListPlot. My question is if is there any way to make ...
4
votes
1answer
93 views

What is the syntax for selecting multiple layers in an Overlay?

From the documentation: Overlay[{Subscript[expr, 1],Subscript[expr, 2],...},{i,j,...},s] allows selections to be made and controls to be clicked in Subscript[expr, s]. and an example of ...