Commit 0a4ae2f
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` folder1 parent f5822e1 commit 0a4ae2f
86 files changed
Lines changed: 1507 additions & 1628 deletions
File tree
- .../examples
- .github
- bin
- docs/src
- examples_3d
- examples
- mwes
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
0 commit comments