Skip to content

Releases: mathause/mplotutils

version 0.5.0

27 Mar 15:27
ab5f566
Compare
Choose a tag to compare

Version v0.5.0 aligns passing multiple axes to colorbar with matplotlib.

version 0.4.0

23 Feb 10:19
e48e8d1
Compare
Choose a tag to compare

Version 0.4.0 simplifies the way figures with a mpu.colorbar have to be saved and bumps the supported versions.

version 0.3.1

09 Feb 15:28
f4c83c5
Compare
Choose a tag to compare

Version v0.3.1 fixes a regression and an additional bug from v0.3.0. It's recommended to use this version.

version 0.3.0

15 Jan 16:31
78bc018
Compare
Choose a tag to compare

Version 0.3.0 includes some long-overdue bug fixes, modernization of the code, much better test coverage and some enhancements.

version 0.2.0

01 Jun 14:41
Compare
Choose a tag to compare

Mayor release, mostly introducing the new colorbar functionality.

  • add _color_palette that selects colors from the whole range of the colormap. Previously we used the seaborn logic that excludes colors at the edge of the colorbar (closes GH:#1).
  • the colorbar functionality was entirely redesigned:
    • new top-level function mpu.colorbar
    • added aspect keyword which defines the ratio of long to short side
    • the default width/ height is now aspect=20 (was size=0.04)
    • pad and size are now scaled by the width/ height of the axes (was width/ height of the figure)
    • pad now uses the matplotlib default (0.05 for vertical bars and 0.15 for horizontal colorbars)
  • add _is_monotonic to infer_interval_breaks
  • renamed sample_data_3d to sample_data_map

version 0.1.0

13 Mar 19:54
Compare
Choose a tag to compare
v0.1.0

v0.1.0