Skip to content

In Boxplot, Boxmean=StyleParam.BoxMean.SD does seem to show mean & Standard deviation #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MaheshPunna opened this issue Aug 26, 2021 · 0 comments · Fixed by #220
Closed

Comments

@MaheshPunna
Copy link

let y=[2.37; 2.16; 4.82; 1.73; 1.04; 0.23; 1.32; 2.91; 0.11; 4.51; 0.51; 3.75; 1.35; 2.98; 4.50; 0.18; 4.66; 1.30; 2.06; 1.19]

[
Chart.BoxPlot(y=y,Boxpoints=StyleParam.Boxpoints.All,Jitter=0.5,Notched=true,Marker=Marker.init(Color="red"),Boxmean=StyleParam.BoxMean.True,Name="Only Mean");
Chart.BoxPlot(y=y,Boxpoints=StyleParam.Boxpoints.All,Jitter=0.5,Notched=true,Marker=Marker.init(Color="blue"),Boxmean=StyleParam.BoxMean.SD,Name="Mean & SD")]
|> Chart.Combine

image

The expected figure is:

image

kMutagene added a commit that referenced this issue Oct 16, 2021
kMutagene added a commit that referenced this issue Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants