plot 1.3 KB

123456789101112131415161718
  1. reset
  2. set key top left
  3. set terminal postscript enhanced color portrait size 10,6
  4. set pointsize 1.5
  5. set out 'dist_activity_citylayout_cluster.eps'
  6. set title 'Citylayout model for different relocators (5 nodes)'
  7. set xlabel 'Microseconds artificial load'
  8. set ylabel 'Time (s)'
  9. plot 'dist_activity_citylayout/cluster_5/results_NO' using (($1)/54):(($2+$3+$4)/3) with linespoint lw 5 title 'No relocation', 'dist_activity_citylayout/cluster_5/results_AT' using (($1)/54):(($2+$3+$4)/3) lw 5 title 'Activity tracking' with linespoint, 'dist_activity_citylayout/cluster_5/results_CA' using (($1)/54):(($2+$3+$4)/3) lw 5 title 'Custom activity tracking' with linespoint, 'dist_activity_citylayout/cluster_5/results_CACR' using (($1)/54):(($2+$3+$4)/3) lw 5 title 'Custom activity Prediction' with linespoint
  10. set out 'dist_activity_citylayout.eps'
  11. set title 'Citylayout model for different relocators (3 nodes)'
  12. set xlabel 'Microseconds artificial load'
  13. set ylabel 'Time (s)'
  14. plot 'dist_activity_citylayout/local_3/results_NO' using (($1)/54):($2) title 'No relocation' w l, 'dist_activity_citylayout/local_3/results_AT' using (($1)/54):($2) title 'Activity tracking' w l, 'dist_activity_citylayout/local_3/results_CA' using (($1)/54):($2) title 'Custom activity tracking' w l, 'dist_activity_citylayout/local_3/results_CACR' using (($1)/54):($2) title 'Custom activity Prediction' w l