Hi,

When I try to use xtick=\empty on a semilogxaxis, I just get a cryptic 
error message.
The following example, which illustrates the problem, is identical to 
the example of xtick=\empty in Sect. 4.14.1 of the manual, but with axis 
replaced by semilogxaxis. I tried Googling around and was surprised that 
I couldn't see the problem mentioned. I use pgfplots version 1.4.1 (the 
version included in MiKTeX 2.9).

\documentclass[a4paper]{article}

\usepackage{pgfplots}

\begin{document}

\begin{tikzpicture}[compat=1.3]
   \begin{semilogxaxis}[
     xtick=\empty,
     ytick={-2,0.3,3,3.7,4.5}]
     \addplot+[smooth] coordinates {
       (-2,3) (-1.5,2) (-0.3,-0.2)
       (1,1.2) (2,2) (3,5)};
     \end{semilogxaxis}
   \end{tikzpicture}
\end{document}

Any workarounds available?

     /Mats

-- 
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to