File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
customization/multiple_plots_example Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99rand = " 0.9"
1010plotly = { path = " ../../plotly" }
1111plotly_utils = { path = " ../plotly_utils" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99plotly = { path = " ../../plotly" }
1010plotly_utils = { path = " ../plotly_utils" }
1111rand = " 0.9"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ edition = "2021"
77plotly = { path = " ../../../plotly" }
88plotly_utils = { path = " ../../plotly_utils" }
99build_html = " 2.5.0"
10- ndarray = " 0.16 "
10+ ndarray = " 0.17 "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Andrei Gherghescu andrei-ng@protonmail.com"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99minmaxlttb = " 0.1"
1010csv = " 1.3"
1111plotly = { path = " ../../plotly" }
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ edition = "2021"
66
77[dependencies ]
88image = " 0.25"
9- ndarray = " 0.16 "
9+ ndarray = " 0.17 "
1010plotly = { path = " ../../plotly" , features = [
1111 " plotly_image" ,
1212 " plotly_ndarray" ,
1313] }
1414
15- plotly_utils = { path = " ../plotly_utils" }
15+ plotly_utils = { path = " ../plotly_utils" }
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99plotly = { path = " ../../plotly" , features = [" plotly_ndarray" ] }
1010plotly_utils = { path = " ../plotly_utils" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99plotly = { path = " ../../plotly" }
1010plotly_utils = { path = " ../plotly_utils" }
1111rand = " 0.9"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Michael Freeborn <michaelfreeborn1@gmail.com>"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99plotly = { path = " ../../plotly" }
1010plotly_utils = { path = " ../plotly_utils" }
1111rand = " 0.9"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Andrei Gherghescu andrei-ng@protonmail.com"]
55edition = " 2021"
66
77[dependencies ]
8- ndarray = " 0.16 "
8+ ndarray = " 0.17 "
99csv = " 1.1"
1010plotly = { path = " ../../plotly" }
1111plotly_utils = { path = " ../plotly_utils" }
You can’t perform that action at this time.
0 commit comments