Skip to content

Suggest changing rectangle to non-square for geolegend. #729

@gepcel

Description

@gepcel

rect, rectangle, box, square all produce square rectangle in geolegend, I suggest changing rect and rectangle to non-square.

fig,ax=pplt.subplot()
ax.axis('off')
# ax.geolegend(['diamond', 'rect', 'box'], fc='r', ec='r', loc='uc')
ax.geolegend(['diamond', 'rect','rectangle', 'box', 'square'], 
    facecolor='r', edgecolor='r', loc='c', ncols=1)
Image

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