Re: [matplotlib-devel] picker inpoerative on scatter markers x, + (those with zero area)
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 > scatter instead of plot (which works fine). > http://matplotlib.sourceforge.net/users/event_handling.html#picking-exercise > > run picker_example_scatter.py > > edit code replace 'x' with 'o' > > > See also > http://old.nabble.com/Can't-pick-on-various-scatter-markers-tp19140977p19140977.html > which describes the same problem. > > Ububtu 10.04 LTS > matplotlib 0.99.1.1 > Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) > > See https://github.com/matplotlib/matplotlib/pull/72 for a possible solution. Eric -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Last object added to the plot
Hi, Does matplotlib keep track of the last object added to the plot axes or its nature (line, text, collection, patch, etc.) ? If not, would it be feasible to implement something like this in matplotlib ? This could be useful for interactive plotting, as it would allow a simple undo feature based on commands such as del ax.lines[-1]. -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
