Skip to content

Commit 0a4ae2f

Browse files
authored
Switch from ControlPlots to MakieControlPlots (#295)
- [x] Replace all references to ControlPlots with MakieControlPlots - [x] Cleanup the install script, no special action for ControlPlots any more - [x] Added missing docstrings to docu - [x] Bump MakieControlPlots to version 0.1.4 to fix bug with plot2d and missing support for some parameters - [x] Add a 25ms delay to each call of `plot2d` to match the `ControlPlots` behaviour - [x] Remove all references to TestEnv from the scripts in the `mwes` folder
1 parent f5822e1 commit 0a4ae2f

86 files changed

Lines changed: 1507 additions & 1628 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.../examples/Manifest.toml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ There is no related issue.
2121
<!-- mark true if NA -->
2222
<!-- leave PR as draft until all is checked -->
2323
- [ ] Tests are passing
24-
- [ ] Lint workflow is passing
25-
- [ ] Docs were updated and workflow is passing
24+
- [ ] JETLS is not reporting any warnings
25+
- [ ] Docs were updated and the script `scripts/build_docu.jl` succeeds

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Settings are in `data/` as YAML files. Key sections:
8585

8686
- **OrdinaryDiffEqBDF/Sundials**: ODE solvers
8787
- **KiteUtils**: Settings, state types, utilities
88-
- **ControlPlots**: Plotting used directly in example scripts
88+
- **MakieControlPlots**: Plotting used directly in example scripts
8989

9090
## Testing Notes
9191

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bin/kps-image-1.10-dev2.so
4040
statprof/
4141
bin/kps-image-1.10-new_solver.so
4242
bin/kps-image-1.10-3line.so
43-
bin/kps-image-1.10-controlplots.so
43+
bin/kps-image-1.10-makiecontrolplots.so
4444
bin/kps-image-1.11-main.so
4545
bin/kps-image-1.10-torque.so
4646
bin/kps-image-1.10-feat-KPS4_3L.so
@@ -97,3 +97,4 @@ data/gui.yaml
9797
examples/.CondaPkg/
9898
examples_3d/.CondaPkg/
9999
test/.CondaPkg/
100+
output/

0 commit comments

Comments
 (0)