crusader icon indicating copy to clipboard operation
crusader copied to clipboard

Support specifying plot title

Open adworacz opened this issue 2 years ago • 4 comments

Thank you for this awesome tool!

Would it be possible to support specifying a plot title? Primary use case being to easily differentiate between changes in wireless or router settings between test runs. Sure we can use different file names, but if we upload results to something like the OpenWRT forums, the filename is effectively lost and the exact settings used aren't communicated on the actual graph.

This feature would match flent's current capability as well.

adworacz avatar Aug 31 '23 18:08 adworacz

Indeed this can be a useful feature.

mcuee avatar Mar 26 '24 06:03 mcuee

I have added this option to the CLI at least.

Zoxc avatar Mar 26 '24 10:03 Zoxc

I have added this option to the CLI at least.

Yes, that is correct. The GUI version does not seem to have this option.

PS C:\work\speedtest\crusader-x86_64-pc-windows-msvc> .\crusader.exe help plot
crusader.exe-plot

USAGE:
    crusader.exe plot [OPTIONS] <DATA>

ARGS:
    <DATA>

OPTIONS:
    -h, --help                         Print help information
        --plot-height <PLOT_HEIGHT>
        --plot-split-bandwidth
        --plot-title <PLOT_TITLE>
        --plot-transferred
        --plot-width <PLOT_WIDTH>

mcuee avatar Mar 26 '24 10:03 mcuee