Skip to content

Commit 0db6bdb

Browse files
authored
fix nightly (#368)
1 parent 98bb30c commit 0db6bdb

File tree

97 files changed

+882
-942
lines changed

Some content is hidden

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

97 files changed

+882
-942
lines changed

src/description.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const PLOT_KEYWORDS = ( # intercepted by `split_plot_kw`
3434
yflip = false,
3535
xflip = false,
3636
projection = :orthographic,
37-
elevation = round(2 |> inv |> atand; digits = 2),
37+
elevation = 2 |> inv |> atand,
3838
azimuth = 45.0,
3939
axes3d = true,
4040
near = 1.0,
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
┌────────────────────────────────────────┐
2-
4 │            ░░░░░░░░     │ 
3-
 │          ░░░░▒░▒▒░▒▒░░░░  │ 
4-
 │             ░░░▒▒▓▒▒░░░│ 
5-
 │          ░ ░░░▒▓▓▓▓█▓▓▒▒░░░░│ 
6-
 │            ░░░░░▒▒▒▒▓▓█▓▓▓▒▒░░░│ 
7-
 │        ░░░░░▒▒▒▒▒▒▓▓▒▒▒▒░░░░ ░│ 
8-
 │        ░░░▒▒▓▓▓▓▓▓▒▒▒░░░░░░  │ 
9-
 │          ░▒▒▓▓▓█▓█▓▓▒▒▒░░░░░       │ 
10-
 │           ░░░▒▓▓▓▓▓▓▒▒░░░░          │ 
11-
 │        ░░▒▒▒▒▒░░░░          │ 
12-
 │           ░░░░░░░░░░ ░░            │ 
13-
 │                ░                │ 
14-
 │                       │ 
15-
 │            │ 
16-
-4 │   │ 
2+
4 │          ░░░░░░░ ░      │ 
3+
 │      ░  ░░▒░▒▒░▒▒░░░░  │ 
4+
 │           ░░░▒▒▒▒▒░░ ░│ 
5+
 │          ░ ░░░▒▓▓▓▓█▓▓▒▒░░░░│ 
6+
 │         ░░░░░▒▒▒▒▓▓█▓▒▒▒░░ ░│ 
7+
 │        ░░ ░░▒▒▒▒▒▒▓▓▒▒▒▒▒░░░░│ 
8+
 │      ░░░▒▒▓▓▒▓▓▓▒▒▒░░░ ░ ░ │ 
9+
 │       ░▒▒▒▓█▓█▓▓▒▒▒░░░░░ ░     │ 
10+
 │        ░░▒▓▓▓▓▓▒▒░░░░        │ 
11+
 │          ░░▒▒▒▒▒░░░░░       │ 
12+
 │           ░░░░░░░░░░ ░          │ 
13+
 │                              │ 
14+
 │            │ 
15+
 │       │ 
16+
-4 │   │ 
1717
└────────────────────────────────────────┘
1818
-4  4

0 commit comments

Comments
 (0)