Search
Home >
Ploticus Scripts Handbook |
The pl(1) command produces plots from scripts, eg: pl -png scat1.pl
Gallery of script examples
Quick start
1. Download the software, and install it.
2. Develop your script in a text editor (the script examples gallery can help)
3. Execute the pl command, eg: pl myscript -o gif > out.gif
Writing scripts
Procs – basics
Procs – plotting data
proc bars - bar graphs, histograms, error bars, floating bars, timelines
proc boxplot - boxplots, box 'n'whisker plots
proc catlines - an array of side-by-side lineplots, one per category
proc curvefit - compute and draw a fitted curve to data points
proc lineplot - line plots, curves, filled area under curve
proc pie - pie graph
proc rangesweep - range sweep
proc scatterplot - scatterplots, various grid and data point displays
proc tree - tree diagram using Newick data
proc vector - vector plots, windbarbs
proc venndisk - venn diagrams
Procs – annotating
Utility / advanced / obscure procs
Functions
For more advanced script writing... often very useful.
Reference topics
|
|