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

Problem with blanks at the beginning and end of items in labels list #2

Open
virsto opened this issue Sep 29, 2022 · 1 comment
Open

Comments

@virsto
Copy link

virsto commented Sep 29, 2022

If I use the example in your video with your function color_title:

labels = ["What's Good for the ", "Goose", " is good for the ", "Gander."]
colors = ['black', 'C1', 'black','C2']
color_title(labels, colors)

The blank at the end of the 1st label, blank at the beginning of the 3rd label, and blank at the end of the 3rd label are removed by color_title.

@alexanderthclark
Copy link
Owner

Hi @virsto, can you include an image of what you see? I can't replicate the problem.
tmpgoose

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

No branches or pull requests

2 participants