Hi Jason, thank you for reporting the issue. I reproduced the problem; it seems indeed to be broken along the way from version 1.2.2 ( I also tried the compatibility mode). I apologize, I'll take this as bug report on my list.
In the meantime, you may want to consider extra description/.append code={% \node[anchor=west] at (axis cs:10,6.25) {Extra Label}; }, which allows to place the desired description manually (which might be better than nothing). Again, my apologies for the inconvenience. Best regards Christian Am 05.08.2010 23:00, schrieb Jason Zebchuk: > Hi, > > I'm trying to create an extra y tick on a plot, but I want the tick and > label to be on the right side of the plot. I want all the other y ticks > and labels are all on the left side of the plot. > > It's almost working properly, but it won't put the extra label on the > right side of the plot where I want it. The tick is appearing on the > right side, but the label is staying on the left side with all the other > labels. I was using version 1.2.2 before and this was working fine, but > I just upgraded to version 1.4 because I wanted to use a new feature > that wasn't present in 1.2.2. Is it possible this was broken somewhere > along the way? > > Does anyone have any suggestions? > > This is what my code looks like: > > \begin{figure*}[t] > \begin{tikzpicture} > \begin{axis}[ > small, > width=6.5in, > height=1.8in, > ymin=0, > xmin=0, > ybar, > ymajorgrids=true, > yminorgrids=false, > minor y tick num=0, > ytick pos=left, > xtick pos=left, > ytick align=center, > yticklabel={$\pgfmathprintnumber{\tick}\%$}, > xtick align=outside, > x tick style={}, > xticklabel style={rotate=45,anchor=east,font=\scriptsize\sffamily}, > extra y tick style={tick pos=right, ticklabel pos=right, grid > style={thick,color=black}}, > extra y ticks={6.25}, > extra y tick labels={Extra Label}, > ] > > \addplot plot[error bars/.cd,y dir=plus,y explicit,x dir=none] table > [x=Index,y expr=100*\thisrow{AvgLocked},y error=Diff]{locked_tabbed.dat}; > > \end{axis} > \end{tikzpicture} > \label{fig_performance} > \end{figure*} > > > > Thanks, > > Jason > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Pgfplots-features mailing list > Pgfplots-features@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pgfplots-features ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Pgfplots-features mailing list Pgfplots-features@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pgfplots-features