We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I use the example in your video with your function color_title:
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.
The text was updated successfully, but these errors were encountered:
Hi @virsto, can you include an image of what you see? I can't replicate the problem.
Sorry, something went wrong.
No branches or pull requests
If I use the example in your video with your function
color_title
: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
.The text was updated successfully, but these errors were encountered: