28 Feb 2012 13:41
number format; missing ticks/labels
Hi,
I have 2 problems with the following code:
1: I want to change the xticklabels number format to "fixed" so I can
read in the output "0.001"but I can“t get it work with pgf version
2.10 and pgfplots 1.5.1.
2: I would like to have y ticks and labels for 3. Can I achieve this
without changing the order of the "addplot" commands?
Thanks in advance,
Ute
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
% \pgfkeys{/pgf/number format/.cd,fixed,precision=2}
\pgfplotsset{x tick label style={
/pgf/number format/fixed zerofill}}% this modifies the `every x
tick label' style
\begin{document}
\begin{tikzpicture}
\begin{axis}[
(Continue reading)
RSS Feed