Skip to content

Commit

Permalink
add_comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattriks committed Aug 19, 2018
1 parent d16fe51 commit 180a833
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/theme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ $(FIELDS)
"Width of lines in the line geometry. (Measure)",
line_width, Measure, 0.3mm

"Style of lines in the line geometry. The default palette is `[:solid, :dash, :dot, :dashdot, :dashdotdot, :ldash, :ldashdash, :ldashdot, :ldashdashdot]` which is a Vector{Symbol}, or customize using Vector{Vector{<:Measure}}"
line_style, (Vector{<:Union{Symbol, Vector{<:Measure}}}), [:solid, :dash, :dot, :dashdot, :dashdotdot,
:ldash, :ldashdash, :ldashdot, :ldashdashdot ]
"Style of lines in the line geometry. The default palette is `[:solid, :dash, :dot, :dashdot, :dashdotdot, :ldash, :ldashdash, :ldashdot, :ldashdashdot]` which is a Vector{Symbol}, or customize using Vector{Vector{<:Measure}}",
line_style, (Vector{<:Union{Symbol, Vector{<:Measure}}}), [:solid, :dash, :dot, :dashdot, :dashdotdot, :ldash, :ldashdash, :ldashdot, :ldashdashdot]

"Background color used in the main plot panel. (Color or Nothing)",
panel_fill, ColorOrNothing, nothing
Expand Down

0 comments on commit 180a833

Please sign in to comment.