In pgfplots, is it possible to have meta data affect the size of markers instead of
their colour?
I am referring to the set of commands described in section 4.4.10 about
scatter plots in the pgfplots manual.
Here is one of the provided examples :
\begin{tikzpicture}
\begin{axis}
\addplot+[scatter,
samples=50,scatter src=y]
{x^3};
\end{axis}
\end{tikzpicture}
