Page 1 of 1

Save only the graphs

Posted: Mon Sep 03, 2012 9:36 pm
by pass1945
Hi Ted,
Just a simple question. Are there any ways that I can save only the graphs after I run my model? My problem is that it usually takes long for my model to run, and after each run, I need to zoom in to look at specific regions. Thus I want to just save my graphs so later on when I need to do analysis, I can simply pull out the graphs and zoom in and out without running the program. Could you help me out?
Thank you very much!

Re: Save only the graphs

Posted: Tue Sep 04, 2012 12:09 am
by ted
Best would be to use the Vector class's record() method to capture the data of interest, then write to text files after each run. Later, just read the data from the text files with anything you like, including NEURON, and examine graphs to your heart's content.