File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# IntaRNA
14
14
15
+ # IntaRNA_plotRegions.R
16
+
17
+ - fix deprecation warning
18
+
15
19
################################################################################
16
20
################################################################################
17
21
18
-
22
+ 250213 Martin Raden
23
+ * R/IntaRNA_plotRegions.R
24
+ * fix deprecation warning when using element_lines() with ggplot >= 3.4.0
19
25
20
26
################################################################################
21
27
### version 3.4.1
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ regionPlot =
158
158
ylab(" " ) +
159
159
scale_y_discrete(position = " right" , breaks = dRegion $ idx , labels = dRegion $ id ) +
160
160
geom_vline(aes(xintercept = (xmin ))) +
161
- theme(panel.grid.major.y = element_line(size = 0.7 ,color = " lightgray" )
161
+ theme(panel.grid.major.y = element_line(linewidth = 0.7 ,color = " lightgray" )
162
162
, axis.text.y = element_text(size = rel(yLabelScale ))
163
163
# , plot.title = element_blank()
164
164
)
You can’t perform that action at this time.
0 commit comments