- use
yulab_msg()
for startup message (2025-01-08, Wed)
- update CITAION file to use
c()
andbibentry()
instead of old-stylepersonList()
andcitEntry()
(2023-06-26, Mon) - mv
theme_fp()
to the 'ggfun' package (2023-06-24, Sat)
- update vignette with example to place legend at any position (2022-10-15, Sat)
- fixed a bug in drawing dual axis (2022-06-01, Wed, #48, #49)
scale_wrap()
supports using categorical variable as x-axis (2022-01-16, Sun, #41)- support double axes (2022-01-16, Sun, #40)
- introduce
space
argument (2022-01-11, Tue)
- introduce
expand
argument (2021-10-22, Fri, #30) - add citation (2021-10-13, Wed)
- remove xy intercept label and compatible with
xlim
andylim
(2021-09-24, Fri, #29) - import
is.ggbreak
andggbreak2ggplot
from the ggfun package (2021-09-16, Thu) - fixed x and y labels and introduced
scale_xy_expand
option (2021-09-15, Wed; #26) - applying text and title setting from pre-break graph to breaked graph (2021-09-09, Thu)
- change according to
aplot::plot_list
(2021-09-03, Fri)
- set
expand=FALSE
(2021-08-14, Sat) - support setting e.g.
legend.position = "bottom"
viatheme()
(2021-05-31, Mon)- manual legend position (e.g.
legend.positon = c(.1, .2)
) is not supported currently
- manual legend position (e.g.
- if passing
recording = FALSE
togrid.draw
method, only graph object return without plotting the figure (2021-05-24, Mon)
- compatible with
patchwork
for axis break plots + gg plot (2021-05-21, Fri) - supports setting axis tick labels (2021-05-20, Tue)
scale_x_cut
andscale_y_cut
functions (2021-05-18, Tue)scale_wrap
function and support of using date object as axis (2021-05-15, Sat)- add vignette (2021-05-14, Fri)
- support
coord_flip
,facet_grid
andfacet_wrap
(2021-05-14, Fri) - support
legend
and all labels (x, y, title, subtitle, caption and tag)
- compatible with
patchwork
, now p1 + p2 (or other operations) will align two ggbreak plot (2021-05-11, Tue) - support multiple
scale_x_break
orscale_y_break
and compatible with reverse axis
- initial version of ggbreak that provide
scale_x_break
andscale_y_break
(2021-05-10, Mon)