[Matplotlib-users] Is there a maximum number of x tickmarks?

2010-03-16 Thread Josh Hemann
I have an issue with showing more than 81 tick marks on an X axis and I am trying to determine a way around it. Background... I am plotting vectors in which each element represents a different variable and I really do want to see the labels associated with each element. The vectors may be only 8

Re: [Matplotlib-users] Is there a maximum number of x tickmarks?

2010-03-16 Thread Gökhan Sever
On Tue, Mar 16, 2010 at 4:37 PM, Josh Hemann jhem...@vni.com wrote: I have an issue with showing more than 81 tick marks on an X axis and I am trying to determine a way around it. Background... I am plotting vectors in which each element represents a different variable and I really do want to

Re: [Matplotlib-users] Is there a maximum number of x tickmarks?

2010-03-16 Thread Josh Hemann
Gökhan SEVER-2 wrote: Oh these busy chemical compound plots :) Are those results of gas chromatography analysis? Something like below produces a nice fully plotted output here. Could you give it a try? import matplotlib.pyplot as plt plt.plot(range(100)) locs, labels =