Calling p. Plot after setting the limits is why it is rescaling. You are correct in that turning autoscaling off will get the right answer, but so will calling xlim() or ylim() after your plot command I use this quite a lot to invert the x axis, I work in astronomy and we use a magnitude system which is backwards (ie.
Brighter stars have a smaller magnitude) so I usually swap the limits with lims = xlim() xlim(lims1, lims0).
Calling p. Plot after setting the limits is why it is rescaling. You are correct in that turning autoscaling off will get the right answer, but so will calling xlim() or ylim() after your plot command.
I use this quite a lot to invert the x axis, I work in astronomy and we use a magnitude system which is backwards (ie. Brighter stars have a smaller magnitude) so I usually swap the limits with lims = xlim() xlim(lims1, lims0).
To answer my own question, the trick is to turn auto scaling off... p. Axis(0.0,600.0, 10000.0,20000.0) ax = p.gca() ax. Set_autoscale_on(False).
Try putting the call to axis after all plotting commands.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.