#from utils0import default_settings #from plt_RAM import model_and_data_isi, model_cells from plotstyle import plot_style from threefish.utils0 import default_figsize, save_visualization from threefish.plot_suscept import model_sheme_split2 #from threefish.utils0 import default_settings, resave_small_files #from plt_RAM import model_and_data, model_and_data_sheme, model_and_data_vertical2 import matplotlib.gridspec as gridspec # from threefish.utils0 import default_settings, resave_small_files # from plt_RAM import model_and_data, model_and_data_sheme, model_and_data_vertical2 import matplotlib.gridspec as gridspec from plotstyle import plot_style from threefish.plot_suscept import model_sheme_split2 from threefish.utils0 import default_figsize, save_visualization def flowchart(): #fig = plt.figure(figsize=(6.8, 5.5)) plot_style() default_figsize(column=2, length=4.7) #5.3 5.8 grid_orig = gridspec.GridSpec(1, 1, wspace=0.15, bottom=0.07, hspace=0.1, left=0.05, right=0.96, top=0.9) # , height_ratios = [0.4,3] model_sheme_split2(grid_orig[0]) # grid_sheme grid_lower[3] # model_sheme_only(grid[2]) save_visualization() #fig.savefig() if __name__ == '__main__': flowchart()