Re: Matplotlib change xticks and retain xticks changing during zoom

2009-02-20 Thread Robert Kern
You will probably get better help 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

Matplotlib change xticks and retain xticks changing during zoom

2009-02-19 Thread dean . wheatley
Hello, I execute the following code: try: from math import * import pylab as p except: print Couldn't import all dependent libraries sys.exit() dataLength = 100 data = [sin(2*pi*x/dataLength) for x in range(0,dataLength)] p.plot(data) p.show() This produces a