From: Ryan K. <rya...@gm...> - 2006-04-28 22:32:54
|
I have a semilogx plot that I have zoomed into, so that there are no xticks visible. I can't seem to set the xticks to something that isn't an integer power of 10. I would actually prefer to set it to a number that isn't displayed as 10^xxx, but I don't know how. For example: y=3Dsin(2*pi*f) semilogx(f,y) xlim([1.5,2.5]) xticks([1.75,2.0]) show() has no xticks. How do I fix this? Thanks, Ryan |