-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Multi-line titles don't respond to title.yanchor
#6472
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
Comments
Looks like a bug to me. @alexcjohnson what do you think? |
It looks like this is due to errors in how the |
This bug still persists and the issue must be re-opened. @archmoj, @hannahker Changing Most importantly, from my perspective of a plotly.py user, there is no convenient way of "resting" a multi-line title precisely on top of the paper. One should keep guessing padding in pixels or percent, and then do over when a font size or height change. This is why this issue matters. If I understand the semantics correctly, JS code based on [Hannah's Codepen example](https://codepen.io/hannahker/pen/gOjyLEY)
|
When creating a multi-line title, eg. with
<br>
tags, the positioning doesn't seem to respect thetitle.yanchor
parameter. See the example below where I would expect the full title to be positioned above the plot area. The title also stays in the same place when I changetitle.yanchor
totop
ormiddle
.CodePen: https://codepen.io/hannahker/pen/gOjyLEY
The text was updated successfully, but these errors were encountered: