simple question (I hope)
Using pgfplots 1.5.1, miktex 2.9 on Windows 7 32 bits. I'd like to hide the tick marks at the right and top side of the plot, but without losing the lines (e.g. keep the plot axis style as box but only keep tick marks in the left y axis and bottom x axis, keeping the lines in the upper x axis (without tick marks nor labels) and right y axis (without tick marks nor labels)
If i use ytick=\empty it removes all of the labels and ticks, but I don't want that, I just want the extra y and x ticks removed.
So far I've tried:
every extra y tick = \empty,
every extra y tick/.style={\empty},
extra y ticks={},
extra ytick =\empty,
hide extra y ticks,
extra y tick style={tickwidth=0cm,major tick length=0cm},
But no luck,
Any help is much appreciated.
Best regards,
(edit: Forgot to add I'm using Latex->PDF profile)

