Skip to content

Commit f324f36

Browse files
add aliases to plotattr
1 parent 065da23 commit f324f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plotattr.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function plotattr()
5555
- $attrtype attribute
5656
- Default: $(d isa Symbol ? string(':', d) : d)
5757
- $(get(Plots._arg_desc, attr, ""))
58+
- Aliases: $('`' * join(letter .* string.(aliases(attr)), "`, `") * '`')
5859
""")
5960
end
6061
# COV_EXCL_STOP

0 commit comments

Comments
 (0)