#plot #command-line #tsv #command-line-tool #cli

app plotxy

Commandline tool for plotting TSV/CSV data

3 unstable releases

new 0.2.2 Oct 21, 2024
0.2.1 Aug 6, 2024
0.1.0 Dec 6, 2022

#84 in Visualization

Download history 134/week @ 2024-08-06 3/week @ 2024-08-13 11/week @ 2024-09-10 7/week @ 2024-09-17 17/week @ 2024-09-24 3/week @ 2024-10-01 140/week @ 2024-10-15

162 downloads per month

EUPL-1.2

20KB
382 lines

plotxy

Plot tabular data from the command line

License

EUPL 1.2

Usage

plotxy 0.2.1
Plots tabular data

USAGE:
    plotxy [FLAGS] [OPTIONS] [input]

FLAGS:
    -H, --Header     input has header line (see also --skip)
    -h, --help       Prints help information
    -l, --logx       plot logarithmic Y-axis
    -l, --logy       plot logarithmic Y-axis
        --svg        set output format to svg
    -V, --version    Prints version information

OPTIONS:
    -a, --alpha <alpha>              transparancy channel [default: 0.3]
    -c, --color <color>              column index to be used as color facet
    -d, --delimiter <delimiter>      column delimiter [default: \t]
        --gradient <gradient>        column index to be used as color gradient facet
        --height <height>            image width [default: 1200]
    -o, --outfile <outfile>          file to save PNG plot to, default append .plotyy.png to input filename
    -p, --plot_color <plot_color>    default plot color [default: 1E88E5]
    -s, --skip <skip>                skip lines before header [default: 0]
    -t, --title <title>              title above the plot, default filename
        --width <width>              image width [default: 2560]
    -x, --x <x>                      column index to be used as X [default: 1]
        --x_dim_max <x_dim_max>      maximum X dimension
        --x_dim_min <x_dim_min>      minimum X dimension [default: 0.0]
        --xdesc <xdesc>              x-axis label [default: X]
        --xdesc_area <xdesc_area>    x-axis label area size [default: 70]
    -y, --y <y>                      column index to be used as Y [default: 2]
        --y_dim_max <y_dim_max>      maximum Y dimension
        --y_dim_min <y_dim_min>      minimum Y dimension [default: 0.0]
        --ydesc <ydesc>              y-axis label [default: Y]
        --ydesc_area <ydesc_area>    y-axis label area size [default: 100]

ARGS:
    <input>    optional file with on entry per line [default: STDIN]

Dependencies

~30–42MB
~711K SLoC