@hackage ploton0.1.0.0

A useful cli tool to draw figures

ploton

A useful cli tool to draw figures

Requirement

This tool needs

  • gnuplot

Install

Clone this repo and

$ stack install

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.