Path: news.mathworks.com!not-for-mail
From: "Carlos Adrian Vargas Aguilera" <nubeobscura@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: all axis tick labels with the same digits
Date: Thu, 30 Jul 2009 22:17:01 +0000 (UTC)
Organization: Universidad de Guadalajara
Lines: 17
Message-ID: <h4t64t$g0a$1@fred.mathworks.com>
References: <h4p9q8$bcu$1@fred.mathworks.com> <h4patp$mu3$1@fred.mathworks.com> <h4pdki$e5b$1@fred.mathworks.com> <h4pith$kl4$1@fred.mathworks.com> <h4rv7t$mlk$1@fred.mathworks.com> <h4scpu$4fh$1@news.eternal-september.org> <h4seql$g81$1@fred.mathworks.com> <h4smbj$e6u$1@news.eternal-september.org>
Reply-To: "Carlos Adrian Vargas Aguilera" <nubeobscura@hotmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1248992221 16394 172.30.248.35 (30 Jul 2009 22:17:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 30 Jul 2009 22:17:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869698
Xref: news.mathworks.com comp.soft-sys.matlab:559774


I'm totaly agree with all of you. I've just submit a function called ADDAXES, which I would like it to work with

a) LOG scale 
b) exponential ticks (like in [1 2 3 4] x 10^3)
c) LATEX TickLabels interpreter
d) minor grid ticks

but it is not possible, because there isn't handle for the axes TICKS, the little exponential text, and there is no way to get the minor-ticks (neither in 'linear' or 'log' scale).

Besides,  Kelly Kearney is correct a workaround with the ZOOM and PAN functions should be made to update the ticks with the 'ActionPostCallback' functions, which (as far as I have tried) does not work correctly with the

e) Double-click (for zoom out)

Anyway, you can get the ADDAXES function at
http://www.mathworks.com/matlabcentral/fileexchange/24875

Carlos