Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 825 Bytes

CHANGELOG.rst

File metadata and controls

22 lines (19 loc) · 825 Bytes

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 hooks Figure.draw (once per figure only) instead of plt.show, thus supporting figures created after the first call to plt.show.
  • Automatic positioning and alignment of annotation text.
  • Selections on images now have an index as well.
  • Selections created on scatter plots, errorbar plots, and polar plots can now be moved.
  • PathCollections not created by plt.scatter are now picked as paths, not as collections of points.
  • Patches now pick on their borders, not their interior.
  • Improved picking of Containers.
  • In hover mode, annotations can still be removed by right-clicking.

0.1

  • First public release.