Re: [Matplotlib-users] Plot : Too many ticks on X axe

2015-07-08 Thread Benjamin Root
Your code example is incomplete. Even if I add in the typical imports and "fig, ax = plt.subplots()" and "plt.show()", The x tick labels aren't rotated, and I certainly don't have too many tick labels. Could you provide a complete working example that demonstrate the problem? Ben Root On Wed, Jul

Re: [Matplotlib-users] Plot : Too many ticks on X axe

2015-07-08 Thread manik971
date_range = (735599.0, 735745.0) x = (735610.5, 735647.0, 735647.5, 735648.5, 735669.0, 735699.0, 735701.5, 735702.5, 735709.5, 735725.5, 735728.5, 735735.5, 735736.0) y = (227891.25361545716, 205090.4880046467, 208352.59317388065, 175462.99296699322, 98209.836461969651, 275063.37219361769, 21945

[Matplotlib-users] Plot : Too many ticks on X axe

2015-07-08 Thread manik971
Hello, The first loaded plot have too many ticks on X axe (see image01). If I use the zoom action on X axe, the plot is now well loaded. Can you give me some advi