v0.9.3
Small bugfix:
- there was a bug where we would never set
vert_pct=1
inimshow
, even if the user settitle=None
, because we converttitle
to a list early on in the function. with this, we check whethertitle is None
before converting it to a list, which has the behavior we want.