Skip to content

Migrate lemon's remaining ggplot features to ggh4x #198

@stefanedwards

Description

@stefanedwards

Hi,

I am slowly retiring my R-package lemon, as I do not have time to maintain it. You have already reimplemented many of my ggplot2 features into ggh4x, such as the facet features and geom_line. Could we discuss migrating more functions from lemon to ggh4x?

  • geom_siderange, similar to your geom_rectmargin, but more akin to geom_rug.
  • annotate_y_axis and annotate_x_axis that enables users to put annotations in the margin, with exact positions and labeling.
  • scale_x_symmetric and scale_y_symmetric that ensures an axis is centered at a specific value, e.g. 0 or 0.5.
  • coord_flex_cart which introduces more flexible options for drawing axes, e.g., using brackets instead of ticks, or limiting axis lines to fit to data.
  • reposition_legend, grid_arrange_shared_legend, g_legend for placing legends.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions