python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Force bars/rows in stacked bar chart (ggplot showing percent, zero decimal places) to be of same lenght?
I am new to R and I need to create a stacked bar chart which shows percent within bars (stacks) and goes from 0 to 100 percent. I have over 7000 rows and 12 vectors that range from value 1 trough 5 (t...

Thalelia
Votes: 0
Answers: 1
Is there a way to wait for one stream's data before listening to another stream that is dependent on the first
I rely on more than one stream for the data in my app. In this specific situation I listen to the first stream which is dependent on User UID (Firebase Auth) which I already have. But the 2nd stream n...

Deen Gangen
Votes: 0
Answers: 0
how to plot a stacked bar plot from multiple columns?
I am struggling to create a stacked bar plot in R that will take values from multiple columns. I tried different ways of grouping data, but I don't know how to specify the y-axis. The data looks like ...
ggplotsucks
Votes: 0
Answers: 1
How to plot separate bar in bar graph for repeated values using Matplotlib?
Given a dataset:
x = [3, 2, 4, 6, 7]
y = ['a','a','b','b','c']
Here variables a and b are repeated twice. My requirement is to plot the bar graph for each variable and for variables a and b, we need ...
rijulml
Votes: 0
Answers: 1