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
Hi all,
It would be nice to have the figure size parameters available (figsize) for this function: celllabel_quant_stackedbar. Often times it gets just squeezed if labels are long.
Thanks,
Martha
The text was updated successfully, but these errors were encountered:
You would still use the function, and then get back the figure as a matplotlib object to be able to modify its size.
( fig.set_size_inches(x,y) would also be a possibility)
Best
Alice
Hi all,
It would be nice to have the figure size parameters available (figsize) for this function: celllabel_quant_stackedbar. Often times it gets just squeezed if labels are long.
Thanks,
Martha
The text was updated successfully, but these errors were encountered: