I have some data which I would like to visualize. This data are 3-tuples of integers:
(Threads,Sum,# of occurences)
(1,2,20)
(1,7,18)
(1,100,25)
(2,7,15)
(4,103,24)
I would like to visualize this in a 3D bar plot (I'm not sure, but it seems also to be called "Manhattan bar chart").
The given example could look like this:

How can I create such a bar plot with LaTeX (TikZ, pgfplot or another package)? Please note that the given example is simplified. I would like to show much more tuples, so simply drawing all those lines "by hand" is not a solution. I can give the tuples in any form, but the drawing part should not change if I add some data.
makeand everything is fine :-) Should I change the Python script in the answer you've linked? – Martin Thoma Feb 07 '13 at 11:26