Standardize plotting and improve plot customization
- Dominant language
- Python
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
# Desired Behavior
- Standardize plotting functions across `dkpy` in terms of the customization options to provide a common interface for plotting and modifying plot settings. These include the functions
- `dkpy.plot_mu`,
- `dkpy.plot_D`,
- `dkpy.plot_magnitude_response_uncertain_model_set`,
- `dkpy.plot_phase_response_uncertain_model_set`,
- `dkpy.plot_singular_value_response_uncertain_model_set`,
- `dkpy.plot_singular_value_response_residual`,
- `dkpy.plot_singular_value_response_residual_comparison`,
- `dkpy.plot_magnitude_response_uncertainty_weight`.
- Improve ease of plot setting customization.
- Allow `dkpy.DkIterInteractiveOrder` to customize the plot settings of the `dkpy.plot_mu` interactive plots.
Contributor guide
Assessment
This issue has not been assessed yet.