Skip to content
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

Add bar and whisker graph #61

Open
kenje4090 opened this issue May 11, 2021 · 0 comments
Open

Add bar and whisker graph #61

kenje4090 opened this issue May 11, 2021 · 0 comments
Assignees

Comments

@kenje4090
Copy link
Collaborator

kenje4090 commented May 11, 2021

Add bar and whisker graph

for range of fitness and average for that generation
It tells you median, and min/max

Make a thin, very narrow box and whisker
Can be a single line if color coding is used
Maybe 3 or 5 pixels wide per generation
Or do better styles

And use color to represent the density or percentage of the population in that range
or color to represent the cumulative probability of distance from mean
So mean is red
And then it goes more blue as go from the center
And the rate of color change is cumulative probability
And center is median value

--
If you snap the color gradient to nearest value
And color gradient
You can have N discrete levels
Its called cell shading
Maybe 8 color levels
And snap each value to nearest 1/8

--


and we should also print not only the mean , but also variance

you see the box plot

  1. mean

  2. median

  3. lower quartile

  4. upper quartile

  5. smallest and greatest

@kenje4090 kenje4090 changed the title Add more graphs output Add bar and whisker graph May 12, 2021
@kenje4090 kenje4090 self-assigned this May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant