ggbreak 0.1.6
- compatible with ggplot2 v=4.0.0 (2025-08-24, Sun, #80)
ggbreak 0.1.3
- use yulab_msg()for startup message (2025-01-08,
Wed)
ggbreak 0.1.2
- 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)
ggbreak 0.1.1
- update vignette with example to place legend at any position
(2022-10-15, Sat)
ggbreak 0.1.0
- fixed a bug in drawing dual axis (2022-06-01, Wed, #48, #49)
ggbreak 0.0.9
- scale_wrap()supports using categorical variable as
x-axis (2022-01-16, Sun, #41)
- support double axes (2022-01-16, Sun, #40)
ggbreak 0.0.8
- introduce spaceargument (2022-01-11, Tue)
ggbreak 0.0.7
- introduce expandargument (2021-10-22, Fri, #30)
- add citation (2021-10-13, Wed)
ggbreak 0.0.6
- remove xy intercept label and compatible with xlimandylim(2021-09-24, Fri, #29)
- import is.ggbreakandggbreak2ggplotfrom
the ggfun package (2021-09-16, Thu)
- fixed x and y labels and introduced scale_xy_expandoption (2021-09-15, Wed; #26)
- applying text and title setting from pre-break graph to breaked
graph (2021-09-09, Thu)
ggbreak 0.0.5
- change according to aplot::plot_list(2021-09-03,
Fri)
ggbreak 0.0.4
- 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
 
- if passing recording = FALSEtogrid.drawmethod, only graph object return without plotting the figure
(2021-05-24, Mon)
ggbreak 0.0.3
- compatible with patchworkfor axis break plots + gg
plot (2021-05-21, Fri)
- supports setting axis tick labels (2021-05-20, Tue)
- scale_x_cutand- scale_y_cutfunctions
(2021-05-18, Tue)
- scale_wrapfunction and support of using date object as
axis (2021-05-15, Sat)
- add vignette (2021-05-14, Fri)
- support coord_flip,facet_gridandfacet_wrap(2021-05-14, Fri)
- support legendand all labels (x, y, title, subtitle,
caption and tag)
ggbreak 0.0.2
- compatible with patchwork, now p1 + p2 (or other
operations) will align two ggbreak plot (2021-05-11, Tue)
 
- support multiple scale_x_breakorscale_y_breakand compatible with reverse axis
ggbreak 0.0.1
- initial version of ggbreak that provide scale_x_breakandscale_y_break(2021-05-10, Mon)