Skip to content

Change rectangle to non-square for geolegend#730

Open
gepcel wants to merge 2 commits into
Ultraplot:mainfrom
gepcel:rectangle-geolegend
Open

Change rectangle to non-square for geolegend#730
gepcel wants to merge 2 commits into
Ultraplot:mainfrom
gepcel:rectangle-geolegend

Conversation

@gepcel
Copy link
Copy Markdown
Collaborator

@gepcel gepcel commented May 21, 2026

Addresses #729 .

Change rec, rect, rectangle to non-square rectangles for geolegend.

Now the following codes, produces the following image.

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

@gepcel
Copy link
Copy Markdown
Collaborator Author

gepcel commented May 21, 2026

call for

pre-commit.ci autofix

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant