Hi Shaun,

sure - add
     x axis line style={-},
     y axis line style={-},
to your options, i.e.

\begin{axis}[
     axis x line=bottom,
     axis y line=center,
     x axis line style={-},
     y axis line style={-},
]
...

Alternatively, use 'x axis line*' instead of 'x axis line'. The version 
with '*' suppresses any style changes which go beyond the placement of 
axis lines (compare the reference manual, section Axis Lines, for 
details which style changes are done).

Best regards

Christian

Am 29.09.2010 05:16, schrieb Shaun Morgan:
> Hi Christian,
>
> Is it possible to have a non-boxed plot with axis lines which do not end with 
> an arrow tip?. 'axis x line' and 'axis y line' add an arrow tip.
>
> so what I want is:
> |
> |
> |
> ---
>
> and not
> ^
> |
> |
> |
> --->
>
> Thanks,
> Shaun.
>
>
>
>    


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to