You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix.
Patchworklib does not support plotnine anymore because there were too many internal changes in plotnine v0.12.1.
If you wanna continue to use plotnine with patchworklib, please use plotnine v0.10.1.
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.