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

add: change annotation font color #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JulienRim
Copy link

Describe the problem being tackled

I wanted to add the ability to change font color of annotations, as I was generating some plots that had a black background.

Describe the solution and your code changes

I added fontcolor to CONFIGURABLE_PARAMETERS, _DEFAULT_VALUES, and to the Annotator class. It shares the same default value as color. When Annotator is initiated, it will default to the same color as Annotator.color.

Inside _annotate_pair(), I added color=self.fontcolor to ax.annotate(), which enables the text color of the annotation to change.

Describe how you tested your changes

Example usage in this attached pdf from a jupyter notebook export

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

Successfully merging this pull request may close these issues.

None yet

1 participant