You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been adding annotations following the excellent examples at AnnotationBbox demo, but I'd like to make the text box transparent. From the TextArea docs it looks like my_text_area.set(alpha=x) should work, but it doesn't seem to have any effect.
Perhaps there is another way to set this that I have missed?
Seems like there arguments are not documented: bboxprops=None, arrowprops=None, fontsize=None so that can for sure be a good idea. Probably with a comment about how to make it transparent (which seems like a common enough use case).
Bug summary
I've been adding annotations following the excellent examples at AnnotationBbox demo, but I'd like to make the text box transparent. From the TextArea docs it looks like
my_text_area.set(alpha=x)
should work, but it doesn't seem to have any effect.Perhaps there is another way to set this that I have missed?
Code for reproduction
Actual outcome
Expected outcome
The text box should be transparent.
Additional information
I tried a few versions back to 3.3, but the result was the same.
Operating system
RHEL7
Matplotlib Version
3.6.2
Matplotlib Backend
QtAgg
Python version
3.8.13
Jupyter version
N/A
Installation
conda
The text was updated successfully, but these errors were encountered: