英文: Counting string mentions on reddit by period (dplyr) 问题 我有Reddit的数据,正在尝试在俄勒冈州引入最低工资政策之前和之后计算不同私人...
使用ggplot绘制多条线,颜色由y值决定。
英文: ggplot multiple lines colored by y-value 问题 我想生成一个类似于这张图片的图表,但数据点上的符号要更大,颜色根据它们的y轴数值而变化: [![在此输入...
Replacing Axis Labels With Another Variable: 替换轴标签为另一个变量。
英文: R: Replacing Axis Labels With Another Variable 问题 I am working with the R programming language. ...
在 ggplot 中增加累积函数图中的线条大小
英文: Increasing size of lines in ggplot mean cumulative function plot 问题 我使用reReg包创建均值累积函数图,但无法更改图中线条...
如何在ggplot中的绘图框外注释绘图?
英文: How to annotate a plot outside the plot frame in ggplot? 问题 I created a small data frame x <-...
在ggplot2中,根据给定条件对绘制的线进行对齐。
英文: In ggplot2, align plotted lines according to the given condition 问题 以下是翻译好的代码部分: 让我们有以下的虚拟数据: li...
分开盒图和geom_path的位置。
英文: Separate positions of boxplots and geom_path 问题 以下是代码的翻译部分: 对于这个示例数据: set.seed(123) df <- dat...
连接分组中的抖动点
英文: Connect jittered points by group 问题 对于这个数据: set.seed(123) df <- data.frame( ID = 1:50, Q = rn...
从 {ggdist} 包中旋转一半小提琴。
英文: Rotate half-violin from {ggdist} package 问题 对于这段代码: set.seed(123) df <- data.frame( ID = 1:50...
`ggplot`的散点图,用于两个分类变量,一个分类变量按颜色区分。
英文: ggplot scatterplot for 2 categorical variables, 1 categorical variable by color 问题 我喜欢使用 ggboxpl...
49