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

Clever way to facet #196

Open
vladdez opened this issue Jun 27, 2024 · 0 comments
Open

Clever way to facet #196

vladdez opened this issue Jun 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vladdez
Copy link
Collaborator

vladdez commented Jun 27, 2024

Imagine 4 situations

  • row cont, col cont
  • row cat, col cat
  • row cat, col cont
  • row cont, col cat

If we really want to make such faceting possible we need to create clever way to organise parameter management and code.

Also we need to keep in mind existence of such options as:

  • nrows - specification of arbitrary number of rows
  • mapping.layout (maybe better to change to smth like nrows=auto) - which arrange topoplots in a smart way.
    These two should be able to specified when only row and col specified.

And also we should not make our function too complicated (maybe even we need separate in two?)

@vladdez vladdez added the enhancement New feature or request label Jun 27, 2024
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

No branches or pull requests

1 participant