From: Yaroslav H. <sf...@on...> - 2014-02-17 05:40:05
|
On Sat, 15 Feb 2014, Thomas A Caswell wrote: > As a side note, adding jitter has been discussed before > (https://github.com/matplotlib/matplotlib/issues/2750) in a slightly > different context and the consensus was to _not_ add it to mpl (as it > is a non-deterministic data transformation). interesting discussion -- thanks for pointing it out Tom well -- for scatter plot it does make sense to demand jittering "outside". For boxplot -- nope. x-axis (in standard vertical boxplots) doesn't represent informative dimension anyways, besides "groupping" and jitter imho would be only for visualization purpose. Also any non-deterministic jitter could be made deterministic and reproducible by seeding. Since, once again, here randomization would be added only for visualization purpose, it could e.g. always be produced by the rng state seeded with 0 ;-) -- Yaroslav O. Halchenko, Ph.D. http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Senior Research Associate, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik |