As the title says, what I am pretty to do is fairly straight forwards. I have a grid of m=3,n=2 subplots. They represent graphs of 6 different experiments measuring the same parameters. I would like to have a single x label and a single y label on the border of the six subplots. Unfortunately, I have not been able to dig up a simple way to do this so far. (xlabel simply puts an xlabel under the last active subplot). Anyone know how this can be done?
Oh, and how would I display degrees Celsius in the label with the degrees symbol?(the little circle...)
You could use mtit to create an invisible axes around the subplots.
mtit
returns the handle to that axes, for which you can then create xlabel and ylabel.Example:
This will produce a figure like this one: