Skip to content

titleborder=False doesn't work #690

@munechika-koyo

Description

@munechika-koyo

Summary

Specifying titleborder=False in the format() method doesn't seem to affect the plot.

Reproducer

fig, ax = uplt.subplots()
ax.format(
    abc="A.",
    abcloc="uc",
    title="Test",
    titleloc="uc",
    abcborder=False,
    titleborder=False,
    facecolor="grey",
)

We can still see the border around the title...

Image

This doesn't change when using uctitle=...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions