Skip to content

v0.9.3

Compare
Choose a tag to compare
@billbrod billbrod released this 19 Nov 19:13

Small bugfix:

  • there was a bug where we would never set vert_pct=1 in imshow, even if the user set title=None, because we convert title to a list early on in the function. with this, we check whether title is None before converting it to a list, which has the behavior we want.