Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Graphics and standard deviation
Full Version:
Graphics and standard deviation
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
rocioaraneda
Jan-09-2019, 08:33 PM
I need help please. I´m currently programming for my work and my boss asked me to plot a graphic similar to the one on the link below. I already calculated the standard deviation and did the graphic with the data.
micseydel
Jan-09-2019, 08:47 PM
What is your question? It sounds like you say you've already done what you need to do.
rocioaraneda
Jan-09-2019, 09:23 PM
my question is how do i include the standard deviation in the graphic? I have a bar graphic like in the photo.
micseydel
Jan-09-2019, 10:53 PM
I'd review this:
https://pythonforundergradengineers.com/...-bars.html
If you want more help, it would help us to help you if you provided code and sample data so that we can tinker with it.
Python Forum
>
Python Coding
>
General Coding Help
> Graphics and standard deviation