#!/usr/bin/env gnuplot call "rmsd_byTraj_givenTime.gnuplot" 5.0 if (purpose == 'fig') set output 'rmsd_t050.png' replot call "rmsd_byTraj_givenTime.gnuplot" 10.0 if (purpose == 'fig') set output 'rmsd_t100.png' replot call "rmsd_byTraj_givenTime.gnuplot" 15.0 if (purpose == 'fig') set output 'rmsd_t150.png' replot call "rmsd_byTraj_givenTime.gnuplot" 20.0 if (purpose == 'fig') set output 'rmsd_t200.png' replot call "rmsd_byTraj_givenTime.gnuplot" 25.0 if (purpose == 'fig') set output 'rmsd_t250.png' replot