/*********************************************** ************************************************ ************************************************ This software is a part of: Kai Velten: Mathematical Modeling and Simulation, Wiley-VCH, 2009. It can be used under the conditions of the GNU General Public License (GPLv3), see http://www.gnu.org/licenses/gpl.html. ************************************************ ************************************************ ************************************************/ /* Initializations */ data: read_matrix("population.dat"); plot2d([discrete, transpose(data)[1], transpose(data)[3]], [style,points],[point_type,diamond],[color,red] ,[xlabel,"Time"] ,[ylabel,"Population Growth"],[legend, false] ,[title, "Population "] );