view graph data
System dynamics program with additional features for economics
Brought to you by:
hpcoder,
profstevekeen
Is there a way to view the data point that makes up a graph?
On Mon, Nov 24, 2014 at 08:22:21PM +0000, kkhair wrote:
Could you explain in more detail what you're trying to do, please?
Prof Russell Standish Phone 0425 253119 (mobile)
Principal, High Performance Coders
Visiting Professor of Mathematics hpcoder@hpcoders.com.au
University of New South Wales http://www.hpcoders.com.au
Latest project: The Amoeba's Secret
(http://www.hpcoders.com.au/AmoebasSecret.html)
Sure, sorry for being short on words.
So I am building a simulation for a social casino game economy, I don't have problems in building the blocks of the system and generating graphs for the players growth, currency inflation, and other indicators.
I need to get the data points that makes the curves in the graphs, so for the user growth graph, I need a list of the population per each time step (equivalent to a month in the game) , the same with other indicators.
On Tue, Nov 25, 2014 at 10:00:11AM +0000, kkhair wrote:
It sounds to me like what you want to do is "Log simulation", an
option available in the "File" menu, which causes a log file to be written
containing the instantaneous values of all variables into a data file
that can be imported into a spreadsheet or plotting package.
Cheers
Prof Russell Standish Phone 0425 253119 (mobile)
Principal, High Performance Coders
Visiting Professor of Mathematics hpcoder@hpcoders.com.au
University of New South Wales http://www.hpcoders.com.au
Latest project: The Amoeba's Secret
(http://www.hpcoders.com.au/AmoebasSecret.html)