Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide map axes by default. #30

Closed
juseg opened this issue Nov 22, 2022 · 0 comments · Fixed by #34
Closed

Hide map axes by default. #30

juseg opened this issue Nov 22, 2022 · 0 comments · Fixed by #34
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@juseg
Copy link
Owner

juseg commented Nov 22, 2022

Most examples contain the following code.

ax.xaxis.set_visible(False)                                                 
ax.yaxis.set_visible(False)

I think we want to hide axes by default instead. The x-coordinate... labels are typically projection coordinates which are hard to read anyway. A scale bar (#16) will be more useful.

@juseg juseg added the enhancement New feature or request label Nov 22, 2022
@juseg juseg added this to the v0.2.1 milestone Nov 22, 2022
@juseg juseg self-assigned this Nov 22, 2022
@juseg juseg linked a pull request Nov 28, 2022 that will close this issue
@juseg juseg closed this as completed in #34 Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant