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 guess the function would somehow have to take into account if annotations are to the left and the right (in this case the top is free and the title can be simpled added by using ax.set_tile('foobar')). If the annotations are on the top then the function would have to check where the upper end of the annotations lies and put the title there.
The text was updated successfully, but these errors were encountered:
As you can see plt.title() is not "aware" of the fact that there are already annotations generated by statannotations and therefore will just brute-force plot the title on top of the annotations.
It would be nice to be able to add a plot title on top of all the annotations. Something like:
statannotations.Annotator.Annotator.configure(title='foobar',...)
I guess the function would somehow have to take into account if annotations are to the left and the right (in this case the top is free and the title can be simpled added by using
ax.set_tile('foobar')
). If the annotations are on the top then the function would have to check where the upper end of the annotations lies and put the title there.The text was updated successfully, but these errors were encountered: