I have the following scatter plot:
\begin{tikzpicture}
\begin{axis}[
enlarge x limits=0.02,
xmin=0,
]
\addplot+[only marks,mark size=1pt] table[x=rmsd,y=seq_score_min] {\featuretable};
\end{axis}
\end{tikzpicture}

I would like to add a jitter to the marks, i.e. some noise so that one can get a better feeling about the number of marks can would otherwise be placed above each other. In this particular case this is needed for the rightmost values.


Package pgfplots Error: Could not read table file ' X Y 1 2 1 2.1 1 2.05 1 2 1 2.2 1 2.15 1 2.25 1 2.1 1 2.025 1 2.125 1 2.0525 1 2.25 1 2.225 1 2.1525 1 2. 2525 1 2.125 '..– orezvani Jan 31 '14 at 08:47Package pgfkeys Error: I do not know the key '/tikz/jitter' and I am going to ignore it. Perhaps you misspelled it.– orezvani Jan 31 '14 at 09:05pgfplots 2009/02/14 Version 1.2.2– orezvani Feb 01 '14 at 05:27x filter, like for example Jake's very own and very usefuldiscard if not, you may end up with no jitter unless you combine both definitions. – Matthias Arras Dec 29 '20 at 13:40