Git Product home page Git Product logo

usageinfo-gnuplot's Introduction

usageinfo-gnuplot

Convert time-dependent tabular 2D data to executable gnuplot scripts

Synopsis

$ usageinfo [OPTION]... INFILE

Options

  • --man

    Print the manual page and exit.

  • --help

    Print a brief help message and exit.

Reading data

Customize how data is read in.

  • --sep = value

    Set separation character for plain text files.

  • --sheet = value

    Set sheet number for spreadsheet files (default: 1).

  • --column = abscol,ordcol

    Set numbers of abcissa column (default: 1) and ordinate column (default: 2) separated by a comma.

  • --dtfmt = datespec

    Set date specifier accordint to strftime.

Writing data

Customize how data is output.

  • -o, --out = filename

    Write output to specified output file instead of STDOUT.

  • -t, --title = string

    Use specific Gnuplot title.

  • --ylabel = value

    Use specific Gnuplot label for ordinate axis (default: undef).

  • --xformat = value

    Use specific Gnuplot label for ordinate tics (default: undef).

  • --yformat = value

    Uses specific Gnuplot label for ordinate tics (default: undef).

  • --yrange = value

    Use specific Gnuplot range for ordinate axis (default: undef).

  • -c, --color = colorspec

    Use specific Gnuplot color.

  • -r, --rate = ratespec

    Show first derivative of ordinate values with respect to ratespec. Available options are: year, month, week, day, hour, min, sec. Alternatively, a custom period can be specified in seconds.

  • -s, --scale = num

    Scale ordinate values by factor num (default: 1).

  • --term = value

    Use sepecific Gnuplot terminal and option (default: undef).

  • -g, --gnuplot [= command ]

    Run gnuplot on output and raise X window. Set terminal to qt. Submitting the command is optional. If no command is defined, the system will try to auto-detect the location of gnuplot.

Splitting data

Customize how data is split.

  • -p, --period = string

    Split data with respect to periods into datasets. Avaliable options are year, month, week, day, hour (default: year).

  • -m, --max = num

    Limit output to latest num datasets. Set to zero to include all available datasets (default: 0).

  • --reset

    Reset ordinate values to zero at the start of each dataset.

Requirements

Installation

Clone the remote repository and change into the local repository:

$ git clone https://github.com/mboljen/usageinfo-gnuplot
$ cd usageinfo-gnuplot

Use the following command to install this software:

$ make
$ make install

The default PREFIX is set to /usr/local. In order to successfully complete the installation, you need to have write permissions for the installation location.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

usageinfo-gnuplot's People

Contributors

mboljen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.