[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

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

2011-04-02 Thread Eric Firing
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 > picker_example_scatter.py is from the matplotlib docs, but modified to use > sca