We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065da23 commit f324f36Copy full SHA for f324f36
src/plotattr.jl
@@ -55,6 +55,7 @@ function plotattr()
55
- $attrtype attribute
56
- Default: $(d isa Symbol ? string(':', d) : d)
57
- $(get(Plots._arg_desc, attr, ""))
58
+ - Aliases: $('`' * join(letter .* string.(aliases(attr)), "`, `") * '`')
59
""")
60
end
61
# COV_EXCL_STOP
0 commit comments