-
Notifications
You must be signed in to change notification settings - Fork 947
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
Tutorial improvement #1717
Tutorial improvement #1717
Conversation
Update the intro tutorial. Use Seaborn for more flexible and easier to read and manipulate plots. Add parts about analysing agent reporters and showing some different kinds of plots. - Also make seaborn a required dependency - Also let the DataCollector save index name(s) for the DataFrames returned. This enables not manually having to label the x-axis each time when the time step is used on the x-axis, and improved unstacking.
- Update the dependency installation link in the tutorial to https://github.com/projectmesa/mesa-examples/blob/main/examples/boltzmann_wealth_model_network/requirements.txt - Update the DataCollector to remove redundant changes (adding index names and the to_dict().
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## target-for-pr-1625 #1717 +/- ##
=====================================================
Coverage ? 81.84%
=====================================================
Files ? 18
Lines ? 1388
Branches ? 271
=====================================================
Hits ? 1136
Misses ? 206
Partials ? 46 ☔ View full report in Codecov by Sentry. |
I'm progressively creating multiple PRs for this:
Sections to be ported:
|
I am tracking you are still working some of these, so it is not yet ready. Is that correct? |
Yes, I haven't worked on them yet. |
@rht --
|
This is not a blocker to 2.0 / it's optional, given that the blocker ones are the breaking changes ones. But yeah, I'd appreciate if you want to pick up the tasks in the list. |
This is a section taken from projectmesa#1717.
This is a section taken from projectmesa#1717. Co-authored-by: Ewout ter Hoeven <[email protected]>
This is a section taken from #1717. Co-authored-by: Ewout ter Hoeven <[email protected]>
What are we going to do with this PR? I think it's nice to get some tutorial improvements in 2.2.0. |
With #1955 merged, I think we can close this right? |
Does #1955 contain everything in this PR? It was so much easier to review with the smaller diff and the RTD. |
No description provided.