Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal space between the chart and variable column #80

Closed
yokomotoh opened this issue Jul 18, 2023 · 4 comments
Closed

Horizontal space between the chart and variable column #80

yokomotoh opened this issue Jul 18, 2023 · 4 comments
Labels
Next Release To work on for new version release Type: Investigate

Comments

@yokomotoh
Copy link

Hello,
I followed your instruction to install then tried the sample code here. But it create the big space between the chart and the column to show variables. I tried some other examples of my own but the outputs seem same. Do you have any idea why? Thank you very much.
test

@LSYS
Copy link
Owner

LSYS commented Aug 27, 2023

hi @yokomotoh, can i check how you are running it? Which OS, notebook version, etc.?

@yokomotoh
Copy link
Author

yokomotoh commented Sep 3, 2023 via email

@eric9n
Copy link

eric9n commented Oct 12, 2023

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
Copy link
Owner

LSYS commented Dec 19, 2023

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.

@LSYS LSYS added the Next Release To work on for new version release label Dec 24, 2023
@LSYS LSYS closed this as completed in 3519d74 Dec 24, 2023
LSYS added a commit that referenced this issue Dec 24, 2023
* From #73 by @juancq.

* Warn about duplicated `varlabel` (closes #76, closes #81).

* Add test that above warning works.

* Add known issues about duplicated `varlabel` (closes #76, closes #81) and PyCharm (closes #80).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next Release To work on for new version release Type: Investigate
Projects
None yet
Development

No branches or pull requests

3 participants