Merge pull request #1841 from daschw/docs-formatter
add :plain formatter option in arg_desc (fix #1840)
This commit is contained in:
commit
435ff795ca
@ -117,7 +117,7 @@ const _arg_desc = KW(
|
|||||||
:scale => "Symbol. Scale of the axis: `:none`, `:ln`, `:log2`, `:log10`",
|
:scale => "Symbol. Scale of the axis: `:none`, `:ln`, `:log2`, `:log10`",
|
||||||
:rotation => "Number. Degrees rotation of tick labels.",
|
:rotation => "Number. Degrees rotation of tick labels.",
|
||||||
:flip => "Bool. Should we flip (reverse) the axis?",
|
:flip => "Bool. Should we flip (reverse) the axis?",
|
||||||
:formatter => "Function, :scientific, or :auto. A method which converts a number to a string for tick labeling.",
|
:formatter => "Function, :scientific, :plain or :auto. A method which converts a number to a string for tick labeling.",
|
||||||
:tickfontfamily => "String or Symbol. Font family of tick labels.",
|
:tickfontfamily => "String or Symbol. Font family of tick labels.",
|
||||||
:tickfontsize => "Integer. Font pointsize of tick labels.",
|
:tickfontsize => "Integer. Font pointsize of tick labels.",
|
||||||
:tickfonthalign => "Symbol. Font horizontal alignment of tick labels: :hcenter, :left, :right or :center",
|
:tickfonthalign => "Symbol. Font horizontal alignment of tick labels: :hcenter, :left, :right or :center",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user