Posts by patrick cesar • 93 points
10 posts
-
1
votes2
answers55
viewsQ: Label of data overlapping
I want to keep data labels organised in a way that does not overlap with each other. The idea is to keep them above geom_point or below.. depending on the position of the line. How can I proceed ?…
-
2
votes1
answer40
viewsQ: Vanishing symbol when saving graphic image
In the annotations inserted by the argument annotate in the chart below in one of them has the symbol " ", but when saving the image as PDF the symbol disappears and appears "..." instead. I’d like…
-
0
votes1
answer71
viewsQ: Changing chart data label
I would like to leave the bar data label of graph "1" equal to graph 2, removing the background color from the label and coloring the numbers. I’m using the argument geom_label on both charts, but…
-
0
votes1
answer32
viewsA: How to change the position of bars/columns and how to place caption
Matthew as to the legend you can see in the link below, may be useful in the answer. How to insert label on graph with two axes y in r?…
-
1
votes2
answers47
viewsQ: Plotted graphs separately in single window
I am trying to reproduce the graphic "1" below for the model "2", however I am not having success in my command used. The idea is to separate into different Plots for a better visualization…
-
0
votes1
answer30
viewsQ: Hiding values from the chart
I would like to leave plotted in the graph below only the values referring to the months of JAN and FEV of the x-axis. The idea is to keep every month of the X-axis evident in the graph and over…
-
1
votes1
answer46
viewsQ: Plot plots grouped bars associated with dots connected by rows
I am not able to perform the grouping of the bars of the graph below even using the argument position = "dodge" in the geom_bar. I found searches only with individual bars, I’m having difficulty…
-
1
votes0
answers30
viewsQ: Associating grouped bar graph with dots connected per line
Good night I would like to create a secondary y-axis in the graph below where you will plot dots connected per line. The date.frame I wish to plot on the secondary Y axis is: ATR =…
-
2
votes1
answer29
viewsQ: X-axis values in bold
How to render the characters of the x-axis of the graph below in bold? library(ggplot2) library(tidyr) TCH <- data.frame( Período =c("Jun", "Jul"), CV6654 = c(9.38, 26.14), CTC9002 = c(16.27,…
-
-3
votes1
answer37
viewsQ: How to edit the following bar graph in R?
I would like to understand how I can make the following changes to the chart below: Change the Y-axis scale and hide it from the graph if you want Place values on top of each bar Place the X-axis…