Skip to content

v0.6.0

Compare
Choose a tag to compare
@ponnhide ponnhide released this 14 May 16:39
· 40 commits to main since this release

Version 0.6.0

  • Bricks object gained the new methods align_xlabels and align_ylabels, which help users align x/y labels of the given Brick object.
  • The new argument equal_spacing was added to the stack function. If this value is True, axes bounding-boxes should be placed with equal spacing between them. Otherwise, depending on the text values of x/y tick labels and x/y labels, they may not always be equally spaced.
  • Closed and maybe solved the issue #40
  • Closed and maybe solved the issue #37
  • Closed and maybe solved the issue #36