From d0b64e9df5085c88d5d3010f4d0f3f3ef728ce3d Mon Sep 17 00:00:00 2001 From: d-monnet <70266099+d-monnet@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:34:35 -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 81eecae..0b2bd9c 100644 --- a/src/tikz_export.jl +++ b/src/tikz_export.jl @@ -23,7 +23,7 @@ Export tikz figure of the performance profiles given by `T` in `filename`. * `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 width of the plots. * `xlabel::String = ""` : x-axis label. If empty, uses the one returned by `performance_profile_axis_labels`. -* `ylabel::String = ""` : x axis label. If empty, uses the one returns by `performance_profile_axis_labels`. +* `ylabel::String = ""` : y-axis label. If empty, uses the one returned by `performance_profile_axis_labels`. Other keyword arguments are passed `performance_profile_data`.