Re: [Tutor] pylab axis

2014-05-29 Thread Mark Lawrence
On 29/05/2014 17:12, Sydney Shall wrote: I would like to start by thanking all the tutors for their wonderful genourosity and excellent advice. My problem concerns forcing pylab to give me the y axis I want. My code is as follows: pylab.figure(10) pylab.title("Ratio of realised capital to adv

Re: [Tutor] pylab axis

2014-05-29 Thread Danny Yoo
> My problem concerns forcing pylab to give me the y axis I want. > > My code is as follows: > > pylab.figure(10) > pylab.title("Ratio of realised capital to advanced capital.") > pylab.xlabel("Time [Cycles of Capital reproduction]") > pylab.ylabel("Ratio of realised capital to advanced capital.")

[Tutor] pylab axis

2014-05-29 Thread Sydney Shall
I would like to start by thanking all the tutors for their wonderful genourosity and excellent advice. My problem concerns forcing pylab to give me the y axis I want. My code is as follows: pylab.figure(10) pylab.title("Ratio of realised capital to advanced capital.") pylab.xlabel("Time [Cyc