We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to maintain aspect ratio while plotting maps with fxns gbifmap_list, gbifmap_dens and gbifmap. The maps might look like this
gbifmap_list
gbifmap_dens
gbifmap
depending on the setting.
We can simply do it by adding coord_fixed(ratio = 1) in functions i.e.
coord_fixed(ratio = 1)
... geom_polygon(aes(group=group), fill="white", color="gray40", size=0.2) + coord_fixed(ratio = 1) + ..
The text was updated successfully, but these errors were encountered:
Indeed, mapping needs to be better, happy to take any pull requests on this
Sorry, something went wrong.
Sure, should I use Master or the newapi branch ?
newapi
fixed aspect ratio in gbifmap
0a03e00
closes #51 also added additional eg in gbifmap
No branches or pull requests
Need to maintain aspect ratio while plotting maps with fxns
gbifmap_list
,gbifmap_dens
andgbifmap
. The maps might look like thisdepending on the setting.
We can simply do it by adding
coord_fixed(ratio = 1)
in functions i.e.The text was updated successfully, but these errors were encountered: