Skip to content

Commit

Permalink
Adds detail and more information to plotting capabilities
Browse files Browse the repository at this point in the history
Add detail/information to plotting capabilities.

- Merge plot_functions.py into eval_plots.py and move eval_plots.py into the tools directory.
- Remove plots subdirectory.
- Optional argument to create barplots of CSI for each individual site.
- Create a csv containing the data used to create the scatterplots.

This resolves #325.
  • Loading branch information
TrevorGrout-NOAA committed Mar 30, 2021
1 parent 2b26065 commit a60e6ee
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 327 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## v3.0.12.0 - 2021-03-26 - [PR #327](https://github.com/NOAA-OWP/cahaba/pull/237)

Add more detail/information to plotting capabilities.
### Changes
- Merge `plot_functions.py` into `eval_plots.py` and move `eval_plots.py` into the tools directory.
- Remove `plots` subdirectory.
### Additions
- Optional argument to create barplots of CSI for each individual site.
- Create a csv containing the data used to create the scatterplots.
<br/><br/>

## v3.0.11.0 - 2021-03-22 - [PR #319](https://github.com/NOAA-OWP/cahaba/pull/298)

Improvements to CatFIM service source data generation.
Expand Down
Loading

0 comments on commit a60e6ee

Please sign in to comment.