Dear all,

I have the following data:
X = [0.0, 1.0, 3.0, 6.0, 10.0, 15.0]
Y = [0.0, 1.0, 2.0, 3.0, 4.0, 5.0]

I can plot the X-Y curve without problem.

But is there a way for me to make the xticks spaced
evenly? That is, the distance between 0.0 and 1.0, 1.0
and 3.0, 3.0 and 6.0, ... along the x-axis are the
same.

I tried LinearLocator, IndexLocator, but did not work.

Please help! Thanks!
Cheng-Kong


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to