Skip to content

Commit

Permalink
logo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 19, 2023
1 parent 69f8c2f commit fdafa0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions replication/logo/logo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ lw = 12
x_eps = 0.037
y_eps = 0.020
top = 0.59
xs_outer = [-x_eps, 1+x_eps, 1+x_eps, -x_eps, -x_eps]
ys_outer = [-y_eps, -y_eps, top+y_eps, top+y_eps, -y_eps]
xs_outer = [0.5, 1+x_eps, 1+x_eps, -x_eps, -x_eps, 0.5]
ys_outer = [-y_eps, -y_eps, top+y_eps, top+y_eps, -y_eps, -y_eps]
outer_col = col_purple
plt.plot(xs_outer, ys_outer, c=outer_col, lw=2*lw, zorder=0)
plt.fill(xs_outer, ys_outer, c=outer_col, lw=0)
Expand Down

0 comments on commit fdafa0c

Please sign in to comment.