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 6cd0883 commit afdf117
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 @@ -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`.
Expand Down

0 comments on commit afdf117

Please sign in to comment.