英文: ggplot change facet label using another variable 问题 I'm trying to use the names of a different v...
Plotly生成的ggplot geom_tile中的工具提示
英文: Tooltips in plotly generated from ggplot geom_tile 问题 我试图制作一个带有两个垂直轴和鼠标悬停工具提示的交互式Plotly图形。图中应该有y...
Patchwork未正确遵循布局。
英文: Patchwork not following layout correctly 问题 I want four equally sized panels on the second row o...
剂量-效应曲线,ED50
英文: Dose-response curve, ED50 问题 I used the following code to plot the dose-response curve and displ...
我如何在使用geom_sf和ggplot2制作的地图上将两个点之间的边框线颜色不同?
英文: How can I color the border line differently between two points on a map made with geom_sf and gg...
确定ggplot对象中图例行数的方法
英文: How to determine number of legend rows from ggplot object 问题 You can programmatically determine ...
How to plot two y axes in the same plot, each y axis contains two sets of information, one is geom_col and one is geom_line?
英文: How to plot two y axes in the same plot, each y axis contains two sets of information, one is ge...
保留 ggplot 中 facet_grid 后的 Scale_x_discrete 刻度标签
英文: Keeping the Scale_x_discrete tick labels in ggplot after facet_grid 问题 我试图在facet_grid之后添加一个新的x轴刻...
如何在R绘图中使用dalek字体?
英文: How to use the dalek font in R plots? 问题 I want to use the dalek font in my R plots. I tried to ...
修改图例 – 在使用颜色和透明度时的情况下
英文: ggplot - modifying the legend in case when using color and alpha 问题 考虑以下图表: ggplot(ToothGrowth, ...
49