Skip to content

Commit 42d40f2

Browse files
committed
change default spinewidth
1 parent a2ce96e commit 42d40f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smithaxis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ temp_plots::Observable{Vector{Tuple{Makie.Plot, String}}}
126126
"Color of the exterior circunference"
127127
spinecolor = :black
128128
"Linewidth of the exterior circunference"
129-
spinewidth::Float32 = 3.2
129+
spinewidth::Float32 = 2.2
130130
"Linewidth of the horizontal line"
131131
spinehorizontalwidth::Float32 = 1.7
132132
"Linestyle of the exterior circunference"

0 commit comments

Comments
 (0)