Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying plot title #12

Open
adworacz opened this issue Aug 31, 2023 · 3 comments
Open

Support specifying plot title #12

adworacz opened this issue Aug 31, 2023 · 3 comments

Comments

@adworacz
Copy link

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.

@mcuee
Copy link

mcuee commented Mar 26, 2024

Indeed this can be a useful feature.

@Zoxc
Copy link
Owner

Zoxc commented Mar 26, 2024

I have added this option to the CLI at least.

@mcuee
Copy link

mcuee commented Mar 26, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants