Run gnuplot from Perl script - English

642 visits



Outline:

Run gnuplot commands using a Perl script Generate statistical summary for multiple input data files from gnuplot using Perl script Save the statistical summary files with different file names Calculate the upper limit for the boxplot generated by gnuplot Filter outlier data points of the boxplots using Perl script Save the outlier data points in a different file Append outlier data to a file Plot multiple boxplots in a graph Label outliers in boxplot using Perl script commands Use foreach, while and if loops in Perl script