- fixed alignment when
coord_fixed()is used (2025-09-10, Wed, #52) - inherit 'ggplot' class for output of
insert_functions (2025-09-01, Mon, #50, #51)
- fixed
tag_levelsissue ofplot_listfor ggplot2 > 3.5.2 (2025-07-02, Wed)
- S3 method consistency with ggplot2 (v=4.0.0) (2025-06-21, Sat, #47, #48)
- add citation information (2025-06-12, Thu)
- support main plot with
coord_fixed()(2025-02-19, Wed, #45)
- update DESCRIPTION to add citation (2024-12-17, Tue)
- G Yu (2018) doi:10.1093/molbev/msy194
xlab2()andylab2()to prevent axis label aignment (2024-06-17, Mon)
- bug fixed in plot expand adjustment (2023-10-06, Fri, #36)
- introduce
.process_plotlist()for internally process plotlist (2023-09-16, Sat)
- compatible with 'enrichplotDot' object in 'enrichplot' v >= 1.20.2 to override point shape legend supported in 'ggfun' v >= 0.1.3 (2023-09-15, Fri)
- control space between subplots (2023-07-15, Sat, #31)
gglistGrob()to convert a 'gglist' object to a 'gtable' object (2023-06-26, Mon)<=to add ggplot component to each of the plots stored in a "gglist" object (2023-06-26, Mon)- mv
theme_no_margin()to the 'ggfun' package (2023-06-24, Sat) - extend
ggsave()to supportgglistobject (2023-06-05, Mon, #26)
- fixed R check for a typo in
grid.draw.aplot()method (2023-03-08, Wed)
- use
ggfun::theme_noxaxis()instead ofggtree::theme_dendrogram()(2022-11-21, Mon) - use original scale when sub plot is not a 'ggtree' object (2022-11-18, Fri, #23)
- user can use
options(aplot_align = "y")to pass the value toas.patchwork(align="y")(2022-10-09, Sun)
[,[<-,[[and[[<-methods for the 'aplot' class (2022-08-27, Sat, #22)- introduce
alignparameter inas.patchwork()(2022-07-27, Wed, #19)
- bug fixed
outputparameter inplot_list()can specify to return agglistorpatchworkobject (2022-06-01, Wed)plot_list()callsgglist()and return agglistobject (2022-05-05, Thu)
gglist()function to construct composite plot (2022-05-05, Thu)- based on the update of
ggrange(), now inxlim2()andylim2(), we should specifyregion = 'plot'(2022-04-06, Wed) - mv
ggrange(),xrange()andyrange()to 'ggfun' (2022-04-01, Fri)
- update
ggrange()to support extracting plot limit and range (newly added) (2022-04-01, Fri)
- bug fixed in setting
plot.tagtheme element inplot_list(2021-11-08, Mon)
- add
labelsparameter inplot_list(2021-09-19, Sun) plot_listuseggfun::facet_set()to use facet label to label subplots (2021-09-17, Fri)options(aplot_guides = "keep")to set whether collecting guides (2021-09-16, Thu)- mv
ggbreak2ggplot,is.ggbreakandis.ggtreeto the ggfun package and import ggfun plot_listnow compatible withggbreakobject (2021-09-07, Tue)print(aplot)will draw the figure and return apatchworkobject (2021-09-03, Fri; #6)
- add
byrow,guidesanddesignparameter inplot_list(2021-09-03, Fri)
- bug fixed for
plot_listwithpatchworkobject (2021-09-03, Fri) plot_listsupports named plots as input and uses the names as facet labels of the plots
- update
...,tag_levelsandtag_sizeparameters inplot_list(2021-09-02, Thu)
- suggest
ggfun(2021-08-27, Mon)
is.ggtreefrom treeio package (2020-08-31, Mon)- compatible to work with
coord_flipplot (2020-08-30, Sun) - fixed typo (2020-07-24, Fri)
- remove margin in all plots (2020-07-22, Wed)
- bug fixed of using
insert_*withscale_*_discret(limits=""). (2020-07-03, Fri) - use
ggplot() + theme_void()instead ofpatchwork::plot_spacer()for empty plot (2020-04-15, Wed)
- export
xrangeandyrange(2020-04-07, Tue) plot_list(2020-03-31, Tue)
- CRAN release
- xlim2()
- ylim2()
- insert_left()
- insert_right()
- insert_top()
- insert_bottom()
- user can use
ggsaveto export theaplotobject to a figure (e.g. png, pdf)