Rotating an axes

Can someone tell me if there is a way to rotate an axes instance?

I have,

figure(1)
ax1 = axes([0.0, 0.0, 1.0, 1.0], axisbg=‘0.95’)
ax2 = axes([0.2, 0.1, 0.6, 0.8], axisbg=‘white’)

and I would like to rotate ax2 30 degrees. It would look something like the attached file.

rotate.png

···


“The game of science can accurately be described as a never-ending insult to human intelligence.” - João Magueijo