Skip to content

Center-aligned title's font size doesn't increase. #708

Description

@munechika-koyo

Summary

The title's font size doesn't increase at some point when it is center-aligned.
This behavior may be correct for aligning an ABC label, but I'll report it because it differs from what the user expects.

Reproducer

When I set the title to be center-aligned,

fig, ax=uplt.subplots()
ax.format(
abc=True,
ctitle="title longlonglonglonglonglonglonglong", # it is same as "title=..."fontsize=20,
)
Image

When I set the title to be left-aligned,

fig, ax=uplt.subplots()
ax.format(
abc=True,
ltitle="title longlonglonglonglonglonglonglong",
fontsize=20,
)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions