Skip to content
Snippets Groups Projects
Commit 89c18edf authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Add missing sketches of Populations and fix file names in Fig2 script

parent 36927094
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
This diff is collapsed.
This diff is collapsed.
......@@ -96,8 +96,8 @@ c = pyx.canvas.canvas()
c.insert(pyx.epsfile.epsfile(0.5, 0.5, "Fig2_bistability_mpl.eps", width=17.6))
c.insert(pyx.epsfile.epsfile(
4., 8.5, "Fig2_bistability_phasespace_sketch.eps", width=10.))
c.insert(pyx.epsfile.epsfile(1., 3.1, "Epop.eps", width=0.75))
c.insert(pyx.epsfile.epsfile(1., 2., "Ipop.eps", width=0.75))
c.insert(pyx.epsfile.epsfile(1., 3.1, "Fig2_Epop.eps", width=0.75))
c.insert(pyx.epsfile.epsfile(1., 2., "Fig2_Ipop.eps", width=0.75))
c.writeEPSfile("Fig2_bistability.eps")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment