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
Comparison of coord_calendar_hierarchical() with sugrrants::facet_calendar() and ggh4x::facet_nested()
The text was updated successfully, but these errors were encountered:
At its core, generally speaking, coord and facet are different because:
The difference being that the line connecting one row to another will be partially drawn with coord, but completely omitted with facet.
For ggtime, coord_calendar requires time to be mapped to the x or y axis, while facet_calendar() can produce panels without time plotted at all.
coord_calendar
facet_calendar()
The coord layout also offers a denser plot layout (similar to sugrrants::frame_calendar).
Sorry, something went wrong.
No branches or pull requests
Comparison of coord_calendar_hierarchical() with sugrrants::facet_calendar() and ggh4x::facet_nested()
The text was updated successfully, but these errors were encountered: