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

bar_plot_stacked example unfinished? #444

Closed
jonathanrocher opened this issue May 31, 2019 · 0 comments · Fixed by #498
Closed

bar_plot_stacked example unfinished? #444

jonathanrocher opened this issue May 31, 2019 · 0 comments · Fixed by #498
Assignees

Comments

@jonathanrocher
Copy link
Collaborator

Problem Description
The example in https://github.com/enthought/chaco/blob/master/examples/demo/basic/bar_plot_stacked.py
doesn't do any stacking.

Expected behavior:
I the bars were really stacked, I would expect the sum of all bars to reach (10+5+2) * array([1,2,3,4,5]) (the sum of all values) respectively. Instead, I am getting the following:
Screen Shot 2019-05-31 at 10 19 28 AM

Looking at the code, it doesn't use the bar plot's starting_value as expected, so the demo doesn't even seem to try to do the right thing.

@jonathanrocher jonathanrocher changed the title bar_plot_stacked example unfinished bar_plot_stacked example unfinished? May 31, 2019
@midhun-pm midhun-pm self-assigned this Dec 26, 2019
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

Successfully merging a pull request may close this issue.

2 participants