-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Time selections can now choose to narrow the selection to a specific tau step in each selected day. * Output line plots no longer implicitly group by day. Now by default, event plots will often display "sawtooth" characteristics especially noticeable when the simulation is using tau steps of varying sizes. The old smooth graph can be obtained by choosing to group events by day and aggregating. * Output tables functions support time-axis group-and-aggregate. Previously, only time selection was allowed. * Axis strategy `.group_by()` methods have been re-standardized as `.group()`, and tend to accept both grouping objects as well as a short list of strings mapping to commonly-used grouping methods that make sense for the situation. * Make an "agg" method available for all axis selections. Standardizes things a bit and provides convenience; "agg" is a commonly available method in Python data science libraries. * Minor bug and graphing fixes.
- Loading branch information
Showing
12 changed files
with
993 additions
and
179 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.