-
Notifications
You must be signed in to change notification settings - Fork 9
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
HistogramModule.js #17
Comments
@SedarOlmez94 Thanks for filing an issue. Can you share a ZIP with your code, including the I just tested my version of the tutorial on the latest Mesa version (0.9.0) and it works as expected. |
Hi thanks for responding @EwoutH I also implemented the example and it works, however, I am trying to use this graph for my own model which runs a simulation of house prices. I am trying to create the histogram for the distribution of house prices but when I run the code the axes values change but the bars are not drawn like the tutorial example. I don't understand why it won't show. Also I printed the return Please help. The code in my visualisation.py:
and my HistogramModule.js
}; |
Describe the bug
The HistogramModule.js advanced tutorial does not display the bars. The data does refresh the axes values but the bars themselves do not show so a blank canvas is displayed.
Expected behavior
A histogram presented at the end of the advanced tutorial.
To Reproduce
Tutorial used for reproducibility can be found here
The text was updated successfully, but these errors were encountered: