Popularity
3.3
Growing
Activity
0.0
Stable
5
3
0
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
ploton alternatives and similar packages
Based on the "CLI" category.
Alternatively, view ploton alternatives based on common mentions on social networks and blogs.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
otp-authenticator
OTP Authenticator (ala Google Authenticator) cli app -
optparse-applicative-simple
Simple command line interface arguments parser
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of ploton or a related project?
Popular Comparisons
README
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](./sample.dat) and [plot_result.pdf](./plot_result.pdf).
$ ploton "#1" --style "pm3d" -3 --output "sample-3d" "sample-3d.dat"
sample-3d.pdf
$ ploton '#1 u 1:2;#1 u 1:3;' --multi "1,2" --title "n^2;n log(n)" sample-multi-2d.dat
$ ploton '#1 u 1:2:3;#1 u 1:2:4' -3 --set "size square" --multi "1,2" --color "jet" sample-multi-3d.dat