Skip to content

ggalign 1.1.0

Choose a tag to compare

@Yunuuuu Yunuuuu released this 12 Sep 02:34

The internal structure has been fully refactored, with more informative and consistent naming.

  • remove element_polygon()/element_curve(), to be implemented upstream in ggplot2

  • new layout_theme() to control layout theming.

  • Deprecated the theme argument in layout_annotation().

  • Migrated all internal objects to the S7 class system.

  • replace with_quad() with quad_scope() and deprecate old name.

  • new layout_tags(): add support for tagging plots and nested layouts.

  • & operator now can work for align_plots().

  • new geom_magick() object to draw images as point shapes using magick

  • The sector_spacing argument in facet_sector() can be a multi-value numeric (#73)

  • new argument split in align_phylo() to support splitting phylo objects into multiple trees (#74)

  • The fortify_matrix() method for phylo object is removed

  • new plot_ideogram() function to add an aligned cytoband ideogram plot