Hi,

I'm looking into customizing the the tick positions on an imshow plot. I 
found that you can do this by doing

img = imshow(data)
img.ax.xaxis.set_ticks([100.,200.])


The problem with this method is that it moves the tick positions on the 
bottom and top x axis. What if I wanted to do have the top axes show 
ticks at slightly different positions than the bottom one? Any ideas or 
suggestions would be greatly appreciated

-Eli

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to