# # $Id: amdahl.plt,v 1.1 2002/04/18 22:03:19 carlo Exp carlo $ # # Amdahl's Law # # Permission granted to distribute freely for non-commercial purposes only # # Copyright (c) 1996 Carlo Kopp carlo@cs.monash.edu.au # Sigmoid replot for Singularity paper set terminal x11 set boxwidth 0.9 absolute set style fill solid 1.00 border lt -1 set key fixed right top vertical Right noreverse noenhanced autotitle nobox set style increment default set style histogram clustered gap 1 title textcolor lt -1 set datafile missing '-' set style data histograms set xtics border in scale 0,0 nomirror autojustify set xtics norangelimit set xtics () #set xtic rotate by -45 scale 0 set title "Minimum Hardware Requirements for Microsoft Windows" set xrange [ * : * ] noreverse writeback set x2range [ * : * ] noreverse writeback set yrange [ * : 100 ] noreverse writeback set y2range [ * : 100 ] noreverse writeback set zrange [ * : * ] noreverse writeback set cbrange [ * : * ] noreverse writeback set rrange [ * : * ] noreverse writeback set logscale y ## Last datafile plotted: "immigration.dat" plot 'MS-Bloat-Wikipedia.dat' using 2:xtic(1) ti col, '' u 3 ti col, '' u 4 ti col #, '' u 4 ti col pause -1 "Hit return to continue" set terminal pdfcairo colour enhanced font "arial,14" fontscale 1.0 size 16, 12 set output "MSBloat-WP.pdf" replot # PLOS ONE scaling #set terminal pdfcairo colour enhanced font "arial,14" fontscale 1.0 size 16, 12 set terminal pdfcairo colour enhanced font "arial,10" fontscale 0.4 size 7.5, 4.04 # Scaled for PLOS ONE set output "Fig-6.pdf" replot