
mdekauwe at gmail
Nov 9, 2009, 2:02 PM
Post #1 of 1
(162 views)
Permalink
|
|
Re: How to set the range for x-axis
|
|
On Nov 9, 8:45 pm, Robert Kern <robert.k...@gmail.com> wrote: > On 2009-11-09 10:43 AM, Moses wrote: > > > > > Hi Chris, > > > I am using python 2.6 and am using scipy and pylab. See the code below. > > You will want to ask matplotlib questions on the matplotlib mailing list: > > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- > Robert Kern > > "I have come to believe that the whole world is an enigma, a harmless enigma > that is made terrible by our own mad attempt to interpret it as though it had > an underlying truth." > -- Umberto Eco import matplotlib.pyplot as plt plt.xlim(0., 1.) -- http://mail.python.org/mailman/listinfo/python-list
|