---
- 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 :envvar:`MPLCURSORS` hooks `Figure.draw
<matplotlib.figure.Figure.draw>` (once per figure only) instead of `plt.show
<matplotlib.pyplot.show>`, thus supporting figures created after the first
call to `plt.show <matplotlib.pyplot.show>`.
- Automatic positioning and alignment of annotation text.
- Selections on images now have an index as well.
- Selections created on :meth:`~matplotlib.axes.Axes.scatter` plots,
:meth:`~matplotlib.axes.Axes.errorbar` plots, and
:meth:`~matplotlib.axes.Axes.polar` plots can now be moved.
- :class:`~matplotlib.collections.PathCollection`\s not created by
:meth:`~matplotlib.axes.Axes.scatter` are now picked as paths, not as
collections of points.
- :class:`~matplotlib.patches.Patch`\es now pick on their borders, not their
interior.
- Improved picking of :class:`~matplotlib.container.Container`\s.
- In hover mode, annotations can still be removed by right-clicking.
Miscellaneous bugfixes.