NEWS
ggbreak 0.1.7 (2026-03-18)
- add test unit (2026-03-18, Wed)
- support axis break symbols (2026-03-18, Wed)
- support multiple axis break (#81, thanks @abertran3)
ggbreak 0.1.6 (2025-08-24)
- compatible with ggplot2 v=4.0.0 (2025-08-24, Sun, #80)
ggbreak 0.1.3 (2025-01-08)
- use
yulab_msg() for startup message (2025-01-08, Wed)
ggbreak 0.1.2 (2023-06-26)
- update CITATION file to use
c() and bibentry() instead of old-style personList() and citEntry() (2023-06-26, Mon)
- move
theme_fp() to the 'ggfun' package (2023-06-24, Sat)
ggbreak 0.1.1 (2022-10-15)
- update vignette with example to place legend at any position (2022-10-15, Sat)
ggbreak 0.1.0 (2022-06-01)
- fixed a bug in drawing dual axis (2022-06-01, Wed, #48, #49)
ggbreak 0.0.9 (2022-02-05)
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 (2022-01-12)
- introduce
space argument (2022-01-11, Tue)
ggbreak 0.0.7 (2021-10-25)
- introduce
expand argument (2021-10-22, Fri, #30)
- add citation (2021-10-13, Wed)
ggbreak 0.0.6 (2021-10-09)
- remove xy intercept label and compatible with
xlim and ylim (2021-09-24, Fri, #29)
- import
is.ggbreak and ggbreak2ggplot from the ggfun package (2021-09-16, Thu)
- fixed x and y labels and introduced
scale_xy_expand option (2021-09-15, Wed; #26)
- apply text and title setting from pre-break graph to breaked graph (2021-09-09, Thu)
ggbreak 0.0.5 (2021-09-06)
- change according to
aplot::plot_list (2021-09-03, Fri)
ggbreak 0.0.4 (2021-08-14)
- set
expand=FALSE (2021-08-14, Sat)
- support setting e.g.
legend.position = "bottom" via theme() (2021-05-31, Mon)
- manual legend position (e.g.
legend.position = c(.1, .2)) is not supported currently
- if passing
recording = FALSE to grid.draw method, only graph object return without plotting the figure (2021-05-24, Mon)
ggbreak 0.0.3 (2021-05-21)
- 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 and scale_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 and facet_wrap (2021-05-14, Fri)
- support
legend and all labels (x, y, title, subtitle, caption and tag)
ggbreak 0.0.2 (2021-05-13)
- compatible with
patchwork, now p1 + p2 (or other operations) will align two ggbreak plot (2021-05-11, Tue)
- support multiple
scale_x_break or scale_y_break and compatible with reverse axis
ggbreak 0.0.1
- initial version of ggbreak that provide
scale_x_break and scale_y_break (2021-05-10, Mon)