Skip to content

Commit

Permalink
fix nightly (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Dec 22, 2023
1 parent 98bb30c commit 0db6bdb
Show file tree
Hide file tree
Showing 97 changed files with 882 additions and 942 deletions.
2 changes: 1 addition & 1 deletion src/description.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const PLOT_KEYWORDS = ( # intercepted by `split_plot_kw`
yflip = false,
xflip = false,
projection = :orthographic,
elevation = round(2 |> inv |> atand; digits = 2),
elevation = 2 |> inv |> atand,
azimuth = 45.0,
axes3d = true,
near = 1.0,
Expand Down
30 changes: 15 additions & 15 deletions test/references_24/densityplot/densityplot.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
┌────────────────────────────────────────┐
4 │            ░░░░░░░░     │ 
 │          ░░░░▒░▒▒░▒▒░░░░  │ 
 │             ░░░▒▒▓▒▒░░░│ 
 │          ░ ░░░▒▓▓▓▓█▓▓▒▒░░░░│ 
 │            ░░░░░▒▒▒▒▓▓█▓▓▓▒▒░░░│ 
 │        ░░░░░▒▒▒▒▒▒▓▓▒▒▒▒░░░░ ░│ 
 │        ░░░▒▒▓▓▓▓▓▓▒▒▒░░░░░░  │ 
 │          ░▒▒▓▓▓█▓█▓▓▒▒▒░░░░░       │ 
 │           ░░░▒▓▓▓▓▓▓▒▒░░░░          │ 
 │        ░░▒▒▒▒▒░░░░          │ 
 │           ░░░░░░░░░░ ░░            │ 
 │                ░                │ 
 │                       │ 
 │            │ 
-4 │   │ 
4 │          ░░░░░░░ ░      │ 
 │      ░  ░░▒░▒▒░▒▒░░░░  │ 
 │           ░░░▒▒▒▒▒░░ ░│ 
 │          ░ ░░░▒▓▓▓▓█▓▓▒▒░░░░│ 
 │         ░░░░░▒▒▒▒▓▓█▓▒▒▒░░ ░│ 
 │        ░░ ░░▒▒▒▒▒▒▓▓▒▒▒▒▒░░░░│ 
 │      ░░░▒▒▓▓▒▓▓▓▒▒▒░░░ ░ ░ │ 
 │       ░▒▒▒▓█▓█▓▓▒▒▒░░░░░ ░     │ 
 │        ░░▒▓▓▓▓▓▒▒░░░░        │ 
 │          ░░▒▒▒▒▒░░░░░       │ 
 │           ░░░░░░░░░░ ░          │ 
 │                              │ 
 │            │ 
 │       │ 
-4 │   │ 
└────────────────────────────────────────┘
-4  4
Loading

0 comments on commit 0db6bdb

Please sign in to comment.