Skip to content

Commit 6a8fb19

Browse files
committed
Update kwds.jl
1 parent 2853a59 commit 6a8fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kwds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ SEGMENT_DEFAULT = SGKwds(
272272
:opacity => __dic(:default=> 1, :__ord=>3, :__cat=>"Segment appearance", :__doc=>Kwds_docs[:opacity]),
273273
:color => __dic(:default=> "#4682b4", :__ord=>3, :__cat=>"Segment appearance", :__doc=>Kwds_docs[:color_grad]),
274274

275-
:thickness => __dic(:default=> 1, :__ord=>1, :__cat=>"Segment Options", :__doc=>"The thickness of the mark"),
275+
:thickness => __dic(:default=> 1, :__ord=>3, :__cat=>"Segment appearance", :__doc=>"The thickness of the mark"),
276276

277277
:legend => __dic(:default=> nothing, :__ord=>6, :__cat=>"Legend", :__doc=>Kwds_docs[:legend]),
278278

0 commit comments

Comments
 (0)