Save only the graphs

The basics of how to develop, test, and use models.
Post Reply
pass1945
Posts: 21
Joined: Mon May 21, 2012 2:44 pm

Save only the graphs

Post 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!
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Save only the graphs

Post 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.
Post Reply