Skip to content

Commit

Permalink
Enhancement: Tidy the plotting library (#253)
Browse files Browse the repository at this point in the history
* update coordinatMapping

* update docstring for better typing

* remove plot_array for being redundant

* sort of update the power rose, but it's not even mapped to itself correctly

* remove severely out of date plotting routines

* update plot_by_id and use of plot_kwargs

* update yaw misalignment with plot_by_id

* update examples

* update changelog

* fix docstring
  • Loading branch information
RHammond2 authored Sep 25, 2023
1 parent daf42ac commit 2807556
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 872 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ All notable changes to this project will be documented in this file. If you make
- Printing a `PlantMetaData` object now shows the default or provided column mapping with the
associated expected dtypes and units, alongside other key variables.

### Deprecations

- The following methods have been removed from the plotting library, `utils/plot.py` given that they have either been replaced with newer methods or have been unused and unmaintained for long enough that their original intent is lost. If you still use any of these, please let us know in the Issues, and we'll be happy to bring it up to date:
- `plot_array`
- `subplot_powerRose_array`
- `powerRose_array`
- `subplot_c1_c2`
- `subplot_c1_c2_flagged`
- `subplot_c1_c2_raw_flagged`
- `subplt_power_curve`
- `turbine_polar_line`
- `turbine_polar_4Dscatter`
- `turbine_polar_contourf`
- `turbine_polar_contour`


## 3.0rc2
- Everything from release candidate 1
Expand Down
Loading

0 comments on commit 2807556

Please sign in to comment.