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

Automatically determine tag_prefix and tag_suffix #169

Open
thomas-neitmann opened this issue Apr 26, 2020 · 2 comments
Open

Automatically determine tag_prefix and tag_suffix #169

thomas-neitmann opened this issue Apr 26, 2020 · 2 comments
Labels
feature a feature request or enhancement

Comments

@thomas-neitmann
Copy link

I often use tags in the form (1), (2) etc. in my patchworks. With the current impementation this is quite tedious to type, i.e. plot_annotation(tag_levels = "A", tag_prefix = "(", tag_suffix = ")"). I was wondering if it would be possible to automatically determine the prefix and suffix from the levels such that one would only need to add plot_annotation(tag_levels = "(A)").

@thomasp85
Copy link
Owner

That is a great idea

@thomas-neitmann
Copy link
Author

Glad you like it 🙂
I am playing around with the recurse_tags() function right now and will likely create a pull request within the next days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants