From afdf117c23e8996e707d6678eeb9ef8134f5135c Mon Sep 17 00:00:00 2001 From: d-monnet <70266099+d-monnet@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:34:11 -0400 Subject: [PATCH] Update src/tikz_export.jl Co-authored-by: tmigot --- src/tikz_export.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tikz_export.jl b/src/tikz_export.jl index 7954d25..923e68b 100644 --- a/src/tikz_export.jl +++ b/src/tikz_export.jl @@ -21,7 +21,7 @@ Export tikz figure of the performance profiles given by `T` in `filename`. * `grid::Bool=true` : display grid if true. * `colours::Vector{String} = []` : colours of the plots, should have as many elements as the number of columns of `T`. * `linestyles::Vector{String} = []` : line style (dashed, dotted, ...) of the plots, should have as many elements as the number of columns of `T`. -* `linewidth::AbstractFloat = 1.0` : line with of the plots. +* `linewidth::AbstractFloat = 1.0` : line width of the plots. * `xlabel::String = ""` : x axis label. If empty, uses the one returns by `performance_profile_axis_labels`. * `ylabel::String = ""` : x axis label. If empty, uses the one returns by `performance_profile_axis_labels`.