@@ -96,7 +96,7 @@ ax1 = plot_brain_surface_figure(plot_data, surf="veryinflated", ax=axes[0,0], ti
9696ax2 = plot_brain_surface_figure(plot_data, surf = " inflated" , ax = axes[0 ,1 ], title_name = " inflated" )
9797ax3 = plot_brain_surface_figure(plot_data, surf = " midthickness" , ax = axes[0 , 2 ], title_name = " midthickness" )
9898ax4 = plot_brain_surface_figure(plot_data, surf = " sphere" , ax = axes[1 ,0 ], title_name = " sphere" )
99- ax4 = plot_brain_surface_figure(plot_data, surf = " flat" , ax = axes[1 ,1 ], title_name = " flat" )
99+ ax5 = plot_brain_surface_figure(plot_data, surf = " flat" , ax = axes[1 ,1 ], title_name = " flat" )
100100```
101101
102102
@@ -152,7 +152,7 @@ ax2 = plot_brain_surface_figure(plot_data, species="macaque", atlas="charm5", su
152152ax3 = plot_brain_surface_figure(plot_data, species = " macaque" , atlas = " charm5" , surf = " pial" , ax = axes[0 , 2 ], title_name = " pial" )
153153ax4 = plot_brain_surface_figure(plot_data, species = " macaque" , atlas = " charm5" , surf = " midthickness" , ax = axes[1 ,0 ], title_name = " midthickness" )
154154ax5 = plot_brain_surface_figure(plot_data, species = " macaque" , atlas = " charm5" , surf = " white" , ax = axes[1 ,1 ], title_name = " white" )
155- ax5 = plot_brain_surface_figure(plot_data, species = " macaque" , atlas = " charm5" , surf = " flat" , ax = axes[1 ,2 ], title_name = " flat" )
155+ ax6 = plot_brain_surface_figure(plot_data, species = " macaque" , atlas = " charm5" , surf = " flat" , ax = axes[1 ,2 ], title_name = " flat" )
156156```
157157
158158
0 commit comments