Hi Christian,
Thanks for the detailed reply.
Joel.
--- On Mon, 1/8/11, Christian Feuersaenger wrote:
> From: Christian Feuersaenger
> Subject: Re: Fixed-width axis tick labels
> To: jtzzaa11-pgf...@yahoo.com, "'PGFplots mailing list'"
>
> Date: Monday, 1 August, 2011, 1:02 AM
> Hi Joel,
>
Hi Joel,
you can
a) manually fix your tick labels using
ytick={0,1,...,5},
yticklabels={00,01,02,03,04,05},
or
b) make a more-or-less general approach which fixes it automatically using
\begin{axis}[yticklabel={%
$
\ifdim\tick pt<10pt
0%
\fi
\p