Incremental row,column indices
Recently, I was looking at how best to produce multiple sub-plots using Matplotlib in Python. Not particularly hard, although I was interested in using these with common x and y labels - I might include a further post outlining how this can be done. But, how do you allocate the appropriate data plot to the subplot itself - within a loop. I wanted a more Pythonic solution that just nested row,/column loops.