Hello everyone,

I'm relatively new to the excellent pgfplots package, so apologise if  
this question has already been addressed on the mailing list.

I prefer to produce plots with the ticks on the outside of the axes.  
I can set this using the pgfplotsset option tick align=outside.  
However, I have noticed that when tick marks coincide with either end  
of the x- or y-axes, the line thickness of the tick is reduced. I  
provide a simple example below to illustrate this. Note that although  
the tick thickness is set to semithick, the ticks at either end of  
the axes are thinner than their counterparts that lie part way along.  
I am wondering if there is a way retain the correct tick thickness at  
these end points?

\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.3,
              every axis/.append style={semithick},
              every tick/.append style={semithick,color=black},
              tick align=outside
             }
\begin{document}
   \thispagestyle{empty}
   \begin{figure}[p]
     \centering
     \begin{tikzpicture}
       \begin{axis}[xmin=0,
                    xmax=30,
                    ymin=0,
                    ymax=1.2
                   ]
       \end{axis}
     \end{tikzpicture}
   \end{figure}
\end{document}

Any assistance would be very gratefully received.

Best regards,

Robert


Robert Read
Department of Mechanical Engineering
Technical University of Denmark
Nils Koppels Allé
Building 403 Room 009
DK-2800 Kgs. Lyngby
Denmark

tel: 0045 4525 1376
e-mail: robert.r...@cantab.net


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to