ploton: A useful cli tool to draw figures

[ bsd3, cli, library, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Config
  • Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 1.0.0.0, 1.1.0.0, 1.1.1.0, 1.1.2.0, 1.1.3.0, 1.2.0.0
Dependencies base (>=4.7 && <5), optparse-applicative, ploton, process [details]
License BSD-3-Clause
Copyright 2017 ishiy1993
Author ishiy
Maintainer y.ishihara.1993@gmail.com
Category CLI
Home page https://github.com/ishiy1993/ploton#readme
Source repo head: git clone https://github.com/ishiy1993/ploton
Uploaded by ishiy at 2017-07-06T10:31:27Z
Distributions NixOS:1.2.0.0
Executables ploton
Downloads 4850 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-07-06 [all 3 reports]

Readme for ploton-0.2.0.0

[back to package description]

ploton

A useful cli tool to draw figures

Requirement

This tool needs

  • gnuplot

Install

$ stack update
$ stack install ploton

Usage

$ ploton --xl "x" --yl "x^2" '#1 u 1:2 with linespoints' "sample.dat"
plot_result.pdf

See sample.dat and plot_result.pdf.

$ ploton "#1" --style "pm3d" -3 --output "sample-3d.pdf" "sample-3d.dat"
sample-3d.pdf