Posts by Lucas Vasques • 39 points
3 posts
-
1
votes1
answer27
viewsQ: Barcode graph grouped with moving midline in R
Hello, I’m having a question to structure a chart in R. My intention is to use a grouped bar chart, with a moving midline above it. The chart I have is this: I would like the moving average for each…
rasked Lucas Vasques 39 -
0
votes1
answer17
viewsQ: Problem generating column chart grouped in R
Hello! I have a problem to generate a chart in R. I would like to make a chart of columns grouped using the following data described in the image below. In this case the bits would be for each of…
-
2
votes2
answers82
viewsQ: Sort two lists based on the order of the first
Let me give you an example because it’s clearer to explain: x = [7,5,9,4,2,3,8,1,10] y = ['sete', 'cinco', 'nove', 'quatro', 'dois', 'tres', 'oito', 'um', 'seis', 'dez'] I need to sort the list x,…