[Numpy-discussion] mplcursors 0.2 release (original) (raw)
Antony Lee anntzer.lee at gmail.com
Wed Aug 15 16:27:12 EDT 2018
- Previous message (by thread): [Numpy-discussion] Add pybind11 to docs about writing binding code
- Next message (by thread): [Numpy-discussion] The http://planet.scipy.org/ site is down.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear all,
I am please to announce the release of mplcursors 0.2.
Description
mplcursors provides interactive data selection cursors for Matplotlib.
Features include a callback system allowing full customization of the actions when data selection is triggered, and the ability to add a data selection cursor to any preexisting program using Matplotlib by just setting the MPLCURSORS environment variable, without changes to the source code.
Changelog from mplcursors 0.1 to mplcursors 0.2
- Updated dependency to matplotlib 2.1 (2.0 gives more information about orientation of bar plots; 2.1 improves the handling of step plots).
- Setting
MPLCURSORS
hooksFigure.draw
(once per figure only) instead ofplt.show
, thus supporting figures created after the first call toplt.show
. - Automatic positioning and alignment of annotation text.
- Selections on images now have an index as well.
- Selections created on
scatter
plots,errorbar
plots, andpolar
plots can now be moved. PathCollection
\s not created byplt.scatter
are now picked as paths, not as collections of points.Patch
\es now pick on their borders, not their interior.- Improved picking of
Container
\s. - In hover mode, annotations can still be removed by right-clicking.
Enjoy,
Antony Lee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180815/b40048f4/attachment.html>
- Previous message (by thread): [Numpy-discussion] Add pybind11 to docs about writing binding code
- Next message (by thread): [Numpy-discussion] The http://planet.scipy.org/ site is down.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]