On 06/01/12 13:26, ObsessiveMathsFreak wrote: > > The problem is that if the tick marks are too close together, the labels > repeat themselves, or seem not to appear. It's very frustrating. For > example try > > P0=plot(x^2,(r,0,2),ticks=[[1,2],[0.5,1]],tick_formatter=latex_ticklabels(x_labels,y_labels),fontsize=15) > show(P0) > > Anyway, hopefully this will work for now.
Try FixedFormatter instead of IndexFormatter. I had better results with it (although it occasionally seems off-by-one?). -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
