Skip to content

Change rectangle to non-square for geolegend#730

Merged
cvanelteren merged 3 commits into
Ultraplot:mainfrom
gepcel:rectangle-geolegend
Jun 2, 2026
Merged

Change rectangle to non-square for geolegend#730
cvanelteren merged 3 commits into
Ultraplot:mainfrom
gepcel:rectangle-geolegend

Conversation

@gepcel

@gepcel gepcel commented May 21, 2026

Copy link
Copy Markdown
Collaborator

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

gepcel commented May 21, 2026

Copy link
Copy Markdown
Collaborator Author

call for

pre-commit.ci autofix

@codecov

codecov Bot commented May 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cvanelteren cvanelteren merged commit 58c8efc into Ultraplot:main Jun 2, 2026
5 of 7 checks passed
@gepcel gepcel deleted the rectangle-geolegend branch June 10, 2026 07:12
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.

2 participants