"""Figure 1S5 negative Ntsr scatter plot versions of parts of fig1.py and fig3.py, use run -i fig1S5.py""" assert EXPTYPE == 'negntsrmvis' print("Calling fig1.py to generate movie plots") get_ipython().run_line_magic('run', '-i fig1.py') plt.show() fig1S5mvi = fig1[['trialis', 'rates', 'burstratios', 'meanrate', 'meanburstratio', 'spars', 'rel']] print("Calling fig3.py to generate grating plots") get_ipython().run_line_magic('run', '-i fig3.py') plt.show() fig1S5grt = fig3[['trialis', 'rates', 'burstratios', 'meanrate', 'meanburstratio', 'f1f0', 'phi']] print('Now save all the figures and the two fig1S5* dataframes')