Skip to content

Commit

Permalink
Update src/tikz_export.jl
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
d-monnet and tmigot authored Oct 30, 2023
1 parent b2327d7 commit d0b64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tikz_export.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit d0b64e9

Please sign in to comment.