17 Nov
2016
17 Nov
'16
5:15 p.m.
On 17/11/16 17:06, William Booker wrote:
Dear Firedrakers,
Probably a simple question but how do I get matplotlib to use fixed axes?
I've tried plot(all_u, axes= [0.0,1.0,0.0,1.0]), but this doesn't seem to be correct.
It's possible that we don't pass the keywords through correctly to matplotlib in all cases. You get an axes object back from the plot call, can you manipulate it directly before doing anything? Or does this sort of work, but the axes get redrawn when you step through the data and it goes "out of range"? Lawrence