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

x/y/title label padding feature? #52

Open
komodovaran opened this issue Nov 22, 2017 · 1 comment
Open

x/y/title label padding feature? #52

komodovaran opened this issue Nov 22, 2017 · 1 comment
Assignees

Comments

@komodovaran
Copy link

komodovaran commented Nov 22, 2017

Is there such a feature/way, to easily adjust the padding of all labels (relative to their axes), rather than fiddling around with positions of the individual elements?

@piermorel
Copy link
Owner

Hi, I'm currently using xlabel() and ylabel() to generate the x/y labels and as far as I know these don't allow for an easy way to change position. If they are just text objects after all there might be something to do though.

Titles corresponding to facet_grid() however are created with text() commands (lines 569 and 590 in draw.m) so position should be adjustable by changing these calls. You are welcome to add the feature and do a pull request with a 'title_padding' option in set_text_options() that allows to change that in a nice way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants