limits
parameter in axis.params
to display the range of x axis. (2023-03-08, Wed)cli
to replace warning
or stop
. (2022-11-24, Thu)rlang
to transfer the geom
argument. (2022-11-24, Thu)pwidth
to replace width
when x
only have one unique
value with geom = geom_tile
and width
is not provided. (2022-11-25, Fri)messages
to show how to adjust the color
scale when the color
aesthetic was use internal with geom=geom_boxplot
etc. (2022-12-01, Thu)cli
to avoid warning in checking, which is used by the latest ggplot2
(2022-11-08, Tue)value
mapped to x
aesthetic contains negative value.)orientation
argument automatically, when it is not be provided and the geom
has the parameter. (2022-03-24, Thu)geom_text
, which was used in the axis of geom_fruit
with do.call
. (2021-11-24, Wed)gridlines
when some data is removed. (2021-08-25, Wed)ggtreeExtra
(2021-08-25, Wed). compute_aes
to better compatible with ggplot2
(>=3.3.4) (2021-08-09, Mon)ggplot2
(>=3.3.4) introduced computed_mapping
.data
argument of geom_fruit
support function input. (2021-05-20, Thu)axis.params
and grid.params
can be assigned by intermediate variables. (2021-05-26, Wed)ggtree
to pass BiocCheck
. (2021-05-14, Fri)NA
). (2021-05-13, Thu)compute_aes
( This is
to support mapping aesthetics (x, not y in aes of geom_fruit) to functions of variables). (2021-05-10, Mon)aes
(global aes from the ggtree
). (2021-04-28, Wed)subset
in mapping also supports the data from ggtree
object. (2021-04-29, Thu)x
, not y
in aes
of geom_fruit
) to functions of variables. (2021-05-07, Fri)position
functions: position_jitterx
and position_jitterdodgex
. (2021-04-23, Fri)geom_tile
of vignettes, since the axis of this layer is meaningless. (2021-02-24, wed)title
of panel. (2021-02-03, Wed)svg
dev. (2021-02-04, Thu)position_points_jitterx
and position_raincloudx
for geom of ggridges
. (2021-01-20, Wed)geom_msa
of ggmsa
. (2021-01-21, Thu)position
method for specific geom method automatically. (2021-01-27, Wed)geom_density_ridges
, geom_density_ridges2
, geom_density_ridges_gradient
,
geom_ridgeline
, geom_ridgeline_gradient
.subset
in mapping, but the data
should also be provided. (2020-11-30, Mon)Bioconductor
. (20200710, Fri)svg
of dev
to png
, set the dpi to 300. (20200714, Tue)geom_axis_text
support the single column axis. (20200717, Fri)inward_circular
tree and geom_axis_text
was build by position_identityx
. (20200724, Fri)barplot
bug. (2020-07-25, Sat)color
aesthetics for geom_boxplot
and geom_violin
. (2020-08-14, Fri)geom_ringline
to create the grid line of external ring layers. (2020-08-21, Fri)addbrink
and other argument control the line of margin has been removed. (2020-08-21, Fri)geom_axis_text
. (2020-08-21, Fri) geom_axis_text
and geom_ringline
are removed. (2020-08-24, Mon)axis.params=list(add.axis=TRUE)
and grid.params=list(add.grid=TRUE)
to
add the axis and grid lines of external layers, respectively. (2020-08-24, Mon)ggplot_add.layer_fruits
, when the offset
between different fruit_plot
is different, will use each offset
in each fruit_plot
. (2020-08-31, Mon)normxy
to support dendrogram
layout. (2020-09-02, Wed)add.another.axis
in geom_fruit
to add another axis. (2020-09-04, Fri)normxy
to fix the bug when negative values are present. (2020-09-04, Fri)ggplot_add
method of geom_fruit
to support the orientation
which x axis of the external is from bottom to top, when layout is dendrogram
. (2020-09-04, Fri)add.axis
in axis.params from TRUE or FALSE to x
or y
or xy
. (2020-09-05, Sat)add.grid
in grid.params
and default of grid.params
is NULL. (2020-09-07, Mon)axis tick
and remove nbreaks
, the breaks will be calculate by pretty
. (2020-09-07, Mon)substitute
to allow list of axis.params
or grid.params
has empty argument,
eg grid.params=list(color="black",)
. (2020-09-07, Mon)add.axis
to axis
in axis.params
. (2020-09-08, Tue)nbreak
in axis.params
of geom_fruit
, it will be sent to n
of pretty
to
generate the desired number of intervals of axis
. (2020-09-08, Tue)geom_vline
, add geom_segment
. (2020-09-11, Fri)geom_fruit
using geom_axis_text
. (20200630, Tue)geom_fruit
, and user can add data by %<+%
of ggtree
. (20200628, Sun)geom_fruit_list
to support add the same position for multi layers. (20200622, Mon)pratio
parameter to pwidth
and remove tippoint
parameter.geom_add
function to geom_totree
function. (20200610)geom_star
or geom_point
geom_boxplot
and geom_violin
(20200606)github
(20200528)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.