Re: [matplotlib-devel] picker inpoerative on scatter markers x, + (those with zero area)

2011-04-04 Thread bdb112
: > > On 04/02/2011 02:48 PM, bdb112 wrote: >> >> Cannot pick markers '+','x' or others with zero area in plots made by >> pyplot.scatter >> >> The example below >> http://old.nabble.com/file/p31305303/picker_example_scatter.py >> pic

[matplotlib-devel] picker inpoerative on scatter markers x, + (those with zero area)

2011-04-02 Thread bdb112
Cannot pick markers '+','x' or others with zero area in plots made by pyplot.scatter The example below http://old.nabble.com/file/p31305303/picker_example_scatter.py picker_example_scatter.py is from the matplotlib docs, but modified to use scatter instead of plot (which works fine). http://mat