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

qtm #864

Open
mtennekes opened this issue Apr 18, 2024 · 0 comments
Open

qtm #864

mtennekes opened this issue Apr 18, 2024 · 0 comments

Comments

@mtennekes
Copy link
Member

mtennekes commented Apr 18, 2024

qtm is quite hard to reimplement due to backward compatibility. In v3 there were trillions of arguments that could be passed on, and also in v4, so quite complex to get it right.

Related to #861 : I'm not aiming for exact code translation (which is hard) but low level learning tips, that I think is also more useful from an educational point of view.

This one from #851 is working well:

qtm(World, borders = NULL) + 
    qtm(metro, symbols.size = "pop2010", 
        symbols.title.size= "Metropolitan Areas", 
        symbols.id= "name",
        format = "World")

This to do's for qtm : facets and baseman's.

Please use this issue to post examples of qtm that don't work as expected or that give a different result than in v3.

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

No branches or pull requests

1 participant