Horizontal space between the chart and variable column
Closed this issue · 4 comments
yokomotoh commented
LSYS commented
hi @yokomotoh, can i check how you are running it? Which OS, notebook version, etc.?
yokomotoh commented
Hello, thank you for your message.
I am developing with Python 3.9 at Pycharm2020.3.5 running on iOS BigSur 11.7.8 Macbook Pro.
Thank you!
…________________________________
差出人: Lucas Shen Y. S. ***@***.***>
送信日時: 2023年8月27日 13:59
宛先: LSYS/forestplot ***@***.***>
CC: yokomotoh ***@***.***>; Mention ***@***.***>
件名: Re: [LSYS/forestplot] Horizontal space between the chart and variable column (Issue #80)
hi @yokomotoh<https://github.com/yokomotoh>, can i check how you are running it? Which OS, notebook version, etc.?
—
Reply to this email directly, view it on GitHub<#80 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASUVCQ55T2DSXQJZPCRVVBDXXNHCPANCNFSM6AAAAAA2OMQGVI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
eric9n commented
To change the labels in forestplot
from being justified to center-aligned, you can adjust the flush
parameter. The flush
parameter is set to True
by default, which means the variable labels and annotations are left-aligned. To center-align them, you can set this parameter to False
.
LSYS commented
hi @yokomotoh, it might be the matplotlib backend with pycharm that's causing conflict (sorry about that!). I suspect you might find better behavior in a notebook environment.