I know we are thinking about changing the set_ methods to have some more uniformity but just wanted to document this
If a title is set using set_title after figure creation, the title does get updated but the name attribute does not get updated
Also, we are never exposing the text graphic anywhere to be modified. For example, changing the color of text after the title has been set.
Lastly, I think it is a big ambiguous to have title vs. name. I think we should pick one or the other to make things uniform. My preference would be to use name... you can give graphics names, you can give figures names etc.
I know we are thinking about changing the
set_methods to have some more uniformity but just wanted to document thisIf a title is set using
set_titleafter figure creation, the title does get updated but thenameattribute does not get updatedAlso, we are never exposing the text graphic anywhere to be modified. For example, changing the color of text after the title has been set.
Lastly, I think it is a big ambiguous to have title vs. name. I think we should pick one or the other to make things uniform. My preference would be to use name... you can give graphics names, you can give figures names etc.