Skip to content

Commit 2699495

Browse files
authored
Merge pull request #81 from control-toolbox/71-doc-plot-benchmarks-results-olivier
Review of the plot results function
2 parents 1cd8458 + ae4219b commit 2699495

File tree

5 files changed

+759
-43
lines changed

5 files changed

+759
-43
lines changed

docs/Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[deps]
22
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
34
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
6+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
57
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
8+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
69

710
[compat]
811
DataFrames = "1"
12+
Dates = "1"
913
Documenter = "1"
1014
JSON = "0.21"
15+
Plots = "1"
1116
Printf = "1"
17+
Statistics = "1"

0 commit comments

Comments
 (0)