Perhaps you could include some code that illustrates what you are trying to do? 
 I'm confused if you are trying to do something simple and are just going about 
it the wrong way, or if you are doing something hard. 

If I do 

ax=axes()
ax.plot(arange(1.,10.))
xticks(range(0,10,2))
yticks(range(0,10,2))

I get ticks every 2 points.

Thanks,   Jody



On Feb 20, 2013, at  11:34 AM, patricia <ptramba...@hotmail.com> wrote:

> Dear Jody,
> No, I tried it also...
> ax.axis["left"].xticks() results in error: 'AxisArtist' object has no
> attribute 'xticks'
> ax.xticks() results in error:  'Floating AxesHostAxesSubplot' object has no
> attribute 'xticks'
> plt.xticks() or just xticks() does not produce any change. 
> Any idea?
> 
> http://www.ce.mu.edu.tr/sharedoc/python-matplotlib-doc-.0.1/html/mpl_toolkits/axes_grid/users/axisartist.html#gridhelper
>  
> gives some explanation with the The GridHelperRectlinear, but I cannot make
> it work
> 
> Thanks,
> Patricia
> 
> 
> 
> --
> View this message in context: 
> http://matplotlib.1069221.n5.nabble.com/I-cannot-change-the-axis-tick-separation-or-nbins-in-Axis-artist-tp40446p40448.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users

--
Jody Klymak    
http://web.uvic.ca/~jklymak/





------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to