Skip to content
Snippets Groups Projects
Commit f01ae048 authored by shimoura's avatar shimoura
Browse files

Clarify text description of cortical area order in M2E_visualize_fc.py

parent 6b298e1d
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,6 @@ def visualize_fc(M, data_path):
area_string += ' '
area_string += area
pl.text(0.00, 0.15, r'Order of cortical areas:', transform=fig.transFigure, fontsize=13, fontweight='bold')
pl.text(0.00, 0.15, r'Order of cortical areas from top to bottom and left to right:', transform=fig.transFigure, fontsize=13, fontweight='bold')
pl.text(0.00, 0.1, area_string,
transform=fig.transFigure, fontsize=11)
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