plotfig 1.14.3__tar.gz → 1.15.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. plotfig-1.15.0/.release-please-manifest.json +1 -0
  2. {plotfig-1.14.3 → plotfig-1.15.0}/CHANGELOG.md +12 -0
  3. plotfig-1.15.0/PKG-INFO +82 -0
  4. plotfig-1.15.0/README.md +61 -0
  5. plotfig-1.15.0/docs/installation.md +84 -0
  6. {plotfig-1.14.3 → plotfig-1.15.0}/pyproject.toml +2 -1
  7. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/brain_surface.py +8 -3
  8. plotfig-1.15.0/src/plotfig/data/atlas_tables/macaque_charm4.csv +113 -0
  9. plotfig-1.15.0/src/plotfig/data/neurodata/atlases/macaque_CHARM4/L.charm4.label.gii +171 -0
  10. plotfig-1.15.0/src/plotfig/data/neurodata/atlases/macaque_CHARM4/R.charm4.label.gii +171 -0
  11. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/utils/bar.py +4 -0
  12. plotfig-1.15.0/tests/plotfig/test_brain_surface.py +120 -0
  13. plotfig-1.15.0/tests/plotfig/test_single_bar.py +331 -0
  14. {plotfig-1.14.3 → plotfig-1.15.0}/uv.lock +3 -1
  15. plotfig-1.14.3/.release-please-manifest.json +0 -1
  16. plotfig-1.14.3/PKG-INFO +0 -114
  17. plotfig-1.14.3/README.md +0 -93
  18. plotfig-1.14.3/docs/installation.md +0 -68
  19. plotfig-1.14.3/tests/test.ipynb +0 -92
  20. plotfig-1.14.3/tests/test.py +0 -12
  21. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/dependency_review.yml +0 -0
  22. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/docs.yml +0 -0
  23. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/python_publish.yml +0 -0
  24. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/release-please.yml +0 -0
  25. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/summary_new_issues.yml +0 -0
  26. {plotfig-1.14.3 → plotfig-1.15.0}/.github/workflows/sync_to_gitee.yml +0 -0
  27. {plotfig-1.14.3 → plotfig-1.15.0}/.gitignore +0 -0
  28. {plotfig-1.14.3 → plotfig-1.15.0}/.python-version +0 -0
  29. {plotfig-1.14.3 → plotfig-1.15.0}/LICENSE +0 -0
  30. {plotfig-1.14.3 → plotfig-1.15.0}/docs/api/index.md +0 -0
  31. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/chimpanzee_bna.csv +0 -0
  32. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/human_bna.csv +0 -0
  33. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/human_glasser.csv +0 -0
  34. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/macaque_bna.csv +0 -0
  35. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/macaque_charm5.csv +0 -0
  36. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/macaque_charm6.csv +0 -0
  37. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/atlas_csv/macaque_d99.csv +0 -0
  38. {plotfig-1.14.3 → plotfig-1.15.0}/docs/assets/plotfig.png +0 -0
  39. {plotfig-1.14.3 → plotfig-1.15.0}/docs/changelog.md +0 -0
  40. {plotfig-1.14.3 → plotfig-1.15.0}/docs/index.md +0 -0
  41. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_connectivity.md +0 -0
  42. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_connectivity_files/output.gif +0 -0
  43. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface.md +0 -0
  44. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_10_0.png +0 -0
  45. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_11_0.png +0 -0
  46. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_12_0.png +0 -0
  47. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_13_0.png +0 -0
  48. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_15_0.png +0 -0
  49. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_16_0.png +0 -0
  50. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_4_0.png +0 -0
  51. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_5_0.png +0 -0
  52. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_6_0.png +0 -0
  53. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_8_0.png +0 -0
  54. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/brain_surface_files/brain_surface_9_0.png +0 -0
  55. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos.md +0 -0
  56. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_11_0.png +0 -0
  57. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_13_1.png +0 -0
  58. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_1_0.png +0 -0
  59. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_3_0.png +0 -0
  60. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_5_0.png +0 -0
  61. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_7_0.png +0 -0
  62. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/circos_files/circos_9_0.png +0 -0
  63. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/correlation.md +0 -0
  64. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/correlation_files/correlation_10_0.png +0 -0
  65. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/correlation_files/correlation_4_0.png +0 -0
  66. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/correlation_files/correlation_7_0.png +0 -0
  67. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix.md +0 -0
  68. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_2_1.png +0 -0
  69. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_3_0.png +0 -0
  70. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_4_0.png +0 -0
  71. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_5_1.png +0 -0
  72. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_6_0.png +0 -0
  73. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/matrix_files/matrix_7_0.png +0 -0
  74. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups.md +0 -0
  75. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_2_0.png +0 -0
  76. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_3_0.png +0 -0
  77. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_5_0.png +0 -0
  78. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_6_0.png +0 -0
  79. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_8_0.png +0 -0
  80. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/multi_groups_files/multi_groups_9_0.png +0 -0
  81. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group.md +0 -0
  82. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_11_0.png +0 -0
  83. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_12_0.png +0 -0
  84. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_13_0.png +0 -0
  85. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_14_0.png +0 -0
  86. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_16_0.png +0 -0
  87. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_17_0.png +0 -0
  88. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_19_0.png +0 -0
  89. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_20_0.png +0 -0
  90. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_21_0.png +0 -0
  91. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_22_0.png +0 -0
  92. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_23_0.png +0 -0
  93. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_24_0.png +0 -0
  94. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_25_0.png +0 -0
  95. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_26_0.png +0 -0
  96. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_27_0.png +0 -0
  97. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_28_0.png +0 -0
  98. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_2_0.png +0 -0
  99. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_30_0.png +0 -0
  100. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_31_0.png +0 -0
  101. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_33_0.png +0 -0
  102. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_34_0.png +0 -0
  103. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_35_0.png +0 -0
  104. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_36_0.png +0 -0
  105. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_37_0.png +0 -0
  106. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_39_0.png +0 -0
  107. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_3_0.png +0 -0
  108. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_40_0.png +0 -0
  109. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_5_0.png +0 -0
  110. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_6_0.png +0 -0
  111. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_6_1.png +0 -0
  112. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_7_0.png +0 -0
  113. {plotfig-1.14.3 → plotfig-1.15.0}/docs/usage/single_group_files/single_group_8_0.png +0 -0
  114. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/brain_connectivity.ipynb +0 -0
  115. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/brain_surface.ipynb +0 -0
  116. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/circos.ipynb +0 -0
  117. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/correlation.ipynb +0 -0
  118. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/matrix.ipynb +0 -0
  119. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/multi_groups.ipynb +0 -0
  120. {plotfig-1.14.3 → plotfig-1.15.0}/notebooks/single_group.ipynb +0 -0
  121. {plotfig-1.14.3 → plotfig-1.15.0}/release-please-config.json +0 -0
  122. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/__init__.py +0 -0
  123. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/brain_connection.py +0 -0
  124. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/circos.py +0 -0
  125. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/correlation.py +0 -0
  126. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/chimpanzee_bna.csv +0 -0
  127. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/human_bna.csv +0 -0
  128. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/human_glasser.csv +0 -0
  129. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/macaque_bna.csv +0 -0
  130. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/macaque_charm5.csv +0 -0
  131. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/macaque_charm5_add_13_sgms.csv +0 -0
  132. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/macaque_charm6.csv +0 -0
  133. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/atlas_tables/macaque_d99.csv +0 -0
  134. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.L.32k_fs_LR.label.gii +0 -0
  135. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.R.32k_fs_LR.label.gii +0 -0
  136. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.L.BNA.32k_fs_LR.label.gii +0 -0
  137. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.R.BNA.32k_fs_LR.label.gii +0 -0
  138. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.L.Glasser.32k_fs_LR.label.gii +0 -0
  139. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.R.Glasser.32k_fs_LR.label.gii +0 -0
  140. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_L.label.gii +0 -0
  141. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_R.label.gii +0 -0
  142. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/L.charm5.label.gii +0 -0
  143. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/R.charm5.label.gii +0 -0
  144. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/L.charm6.label.gii +0 -0
  145. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/R.charm6.label.gii +0 -0
  146. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_D99/L.d99.label.gii +0 -0
  147. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/atlases/macaque_D99/R.d99.label.gii +0 -0
  148. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.midthickness.32k_fs_LR.surf.gii +0 -0
  149. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  150. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.midthickness.32k_fs_LR.surf.gii +0 -0
  151. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  152. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/100206.L.sulc.32k_fs_LR.shape.gii +0 -0
  153. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/100206.R.sulc.32k_fs_LR.shape.gii +0 -0
  154. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/README.md +0 -0
  155. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-nomedialwall_dparc.label.gii +0 -0
  156. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-sulc_midthickness.shape.gii +0 -0
  157. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-vaavg_midthickness.shape.gii +0 -0
  158. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_flat.surf.gii +0 -0
  159. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_inflated.surf.gii +0 -0
  160. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_midthickness.surf.gii +0 -0
  161. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_sphere.surf.gii +0 -0
  162. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_veryinflated.surf.gii +0 -0
  163. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-nomedialwall_dparc.label.gii +0 -0
  164. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-sulc_midthickness.shape.gii +0 -0
  165. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-vaavg_midthickness.shape.gii +0 -0
  166. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_flat.surf.gii +0 -0
  167. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_inflated.surf.gii +0 -0
  168. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_midthickness.surf.gii +0 -0
  169. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_sphere.surf.gii +0 -0
  170. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_veryinflated.surf.gii +0 -0
  171. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-L_sphere.surf.gii +0 -0
  172. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-R_sphere.surf.gii +0 -0
  173. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/README.md +0 -0
  174. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/SC_06018.L.sulc.32k_fs_LR.shape.gii +0 -0
  175. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/SC_06018.R.sulc.32k_fs_LR.shape.gii +0 -0
  176. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.flat.32k_fs_LR.surf.gii +0 -0
  177. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.inflated.32k_fs_LR.surf.gii +0 -0
  178. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.midthickness.32k_fs_LR.surf.gii +0 -0
  179. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.pial.32k_fs_LR.surf.gii +0 -0
  180. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  181. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.white.32k_fs_LR.surf.gii +0 -0
  182. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.flat.32k_fs_LR.surf.gii +0 -0
  183. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.inflated.32k_fs_LR.surf.gii +0 -0
  184. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.midthickness.32k_fs_LR.surf.gii +0 -0
  185. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.pial.32k_fs_LR.surf.gii +0 -0
  186. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  187. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.white.32k_fs_LR.surf.gii +0 -0
  188. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.inf_300.surf.gii +0 -0
  189. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.surf.gii +0 -0
  190. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.inf_300.surf.gii +0 -0
  191. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.surf.gii +0 -0
  192. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.inf_300.surf.gii +0 -0
  193. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.surf.gii +0 -0
  194. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.inf_300.surf.gii +0 -0
  195. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.surf.gii +0 -0
  196. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.inf_300.surf.gii +0 -0
  197. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.surf.gii +0 -0
  198. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.inf_300.surf.gii +0 -0
  199. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.surf.gii +0 -0
  200. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/data/neurodata/volumes/macaque_NMT2/CHARM5_add_13_sgms_asym.nii.gz +0 -0
  201. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/__init__.py +0 -0
  202. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/data/lh_default_mode_example.tsv +0 -0
  203. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/data/lh_frontoparietal_example.tsv +0 -0
  204. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/data/medwall.tsv +0 -0
  205. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/data/rh_default_mode_example.tsv +0 -0
  206. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/data/rh_frontoparietal_example.tsv +0 -0
  207. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/datasets.py +0 -0
  208. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/plotting.py +0 -0
  209. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/surf.py +0 -0
  210. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/externals/surfplot/utils.py +0 -0
  211. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/matrix.py +0 -0
  212. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/multi_bars.py +0 -0
  213. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/single_bar.py +0 -0
  214. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/utils/__init__.py +0 -0
  215. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/utils/color.py +0 -0
  216. {plotfig-1.14.3 → plotfig-1.15.0}/src/plotfig/utils/matrix.py +0 -0
  217. {plotfig-1.14.3 → plotfig-1.15.0}/zensical.toml +0 -0
@@ -0,0 +1 @@
1
+ {".":"1.15.0"}
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.0](https://github.com/RicardoRyn/plotfig/compare/v1.14.3...v1.15.0) (2026-01-24)
4
+
5
+
6
+ ### Features ✨
7
+
8
+ * **brain-surface:** add CHARM4 atlas support for macaque species ([ec300f3](https://github.com/RicardoRyn/plotfig/commit/ec300f3613a36fe624a122dfd34808b06616bc47))
9
+
10
+
11
+ ### Code Refactoring ♻️
12
+
13
+ * **plotfig:** add validation for single-element data groups and comprehensive tests ([4b72fcc](https://github.com/RicardoRyn/plotfig/commit/4b72fcccd9a5e8a32ab993f92b6e579e6db85315))
14
+
3
15
  ## [1.14.3](https://github.com/RicardoRyn/plotfig/compare/v1.14.2...v1.14.3) (2026-01-19)
4
16
 
5
17
 
@@ -0,0 +1,82 @@
1
+ Metadata-Version: 2.4
2
+ Name: plotfig
3
+ Version: 1.15.0
4
+ Summary: Scientific plotting package for Cognitive neuroscience
5
+ Author-email: Ricardo Ryn <ricardoRyn1317@gmail.com>
6
+ License-File: LICENSE
7
+ Keywords: neuroscience,plotting,visualization
8
+ Requires-Python: >=3.11
9
+ Requires-Dist: brainspace>=0.1.22
10
+ Requires-Dist: imageio>=2.37.2
11
+ Requires-Dist: kaleido>=1.0.0
12
+ Requires-Dist: loguru>=0.7.3
13
+ Requires-Dist: matplotlib>=3.10.6
14
+ Requires-Dist: nibabel>=5.3.2
15
+ Requires-Dist: numpy>=2.3.2
16
+ Requires-Dist: plotly>=6.3.0
17
+ Requires-Dist: pycirclize>=1.10.0
18
+ Requires-Dist: scipy>=1.16.1
19
+ Requires-Dist: tqdm>=4.67.1
20
+ Description-Content-Type: text/markdown
21
+
22
+ <div align="center">
23
+
24
+ # plotfig
25
+
26
+ [![PyPI version](https://badge.fury.io/py/plotfig.svg)](https://badge.fury.io/py/plotfig)
27
+ [![Python version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
28
+ [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
29
+
30
+ 一个专为认知神经科学研究设计的 Python 可视化库,提供高效、易用且美观的绘图工具。
31
+
32
+ ![plotfig](./docs/assets/plotfig.png)
33
+
34
+ </div>
35
+
36
+ ## 功能特性
37
+
38
+ - 📊 **多种图表类型**:条形图、矩阵、相关性图、弦图、脑表面图、脑连接图
39
+ - 🎨 **专业科研风格**:内置多种配色方案,符合学术发表标准
40
+ - 📈 **自动显著性检验**:内置多种统计方法,自动绘制显著性标记
41
+ - 🔬 **专为神经科学设计**:支持常见灵长类脑区 atlas、脑网络可视化等特定场景
42
+ - 🚀 **简单易用**:简洁的 API,快速上手
43
+
44
+ ## 快速开始
45
+
46
+ ```python
47
+ import matplotlib.pyplot as plt
48
+
49
+ from plotfig import plot_one_group_bar_figure
50
+
51
+ # 绘制单组条形图
52
+ data = [[1.2, 2.3, 3.1], [4.5, 5.6, 6.2]]
53
+ plot_one_group_bar_figure(data)
54
+ plt.show()
55
+ ```
56
+
57
+ ## 安装
58
+
59
+ `plotfig` 要求 Python 3.11 及以上版本。
60
+
61
+ **使用 uv 安装:**
62
+
63
+ **使用 uv 安装:**
64
+ ```bash
65
+ uv add plotfig
66
+ ```
67
+
68
+ **使用 pip 安装:**
69
+
70
+ ```bash
71
+ pip install plotfig
72
+ ```
73
+
74
+ ## 文档
75
+
76
+ 详细文档和使用示例请访问 [plotfig 文档](https://ricardoryn.github.io/plotfig/)。
77
+
78
+ ## 贡献
79
+
80
+ 欢迎提交 Issue 或 PR!无论是 Bug 报告、功能建议还是文档改进,都非常欢迎在 [Issue](https://github.com/RicardoRyn/plotfig/issues) 中提出。
81
+
82
+ 开发贡献流程请参见[贡献指南](https://ricardoryn.github.io/plotfig/)。
@@ -0,0 +1,61 @@
1
+ <div align="center">
2
+
3
+ # plotfig
4
+
5
+ [![PyPI version](https://badge.fury.io/py/plotfig.svg)](https://badge.fury.io/py/plotfig)
6
+ [![Python version](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
7
+ [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
8
+
9
+ 一个专为认知神经科学研究设计的 Python 可视化库,提供高效、易用且美观的绘图工具。
10
+
11
+ ![plotfig](./docs/assets/plotfig.png)
12
+
13
+ </div>
14
+
15
+ ## 功能特性
16
+
17
+ - 📊 **多种图表类型**:条形图、矩阵、相关性图、弦图、脑表面图、脑连接图
18
+ - 🎨 **专业科研风格**:内置多种配色方案,符合学术发表标准
19
+ - 📈 **自动显著性检验**:内置多种统计方法,自动绘制显著性标记
20
+ - 🔬 **专为神经科学设计**:支持常见灵长类脑区 atlas、脑网络可视化等特定场景
21
+ - 🚀 **简单易用**:简洁的 API,快速上手
22
+
23
+ ## 快速开始
24
+
25
+ ```python
26
+ import matplotlib.pyplot as plt
27
+
28
+ from plotfig import plot_one_group_bar_figure
29
+
30
+ # 绘制单组条形图
31
+ data = [[1.2, 2.3, 3.1], [4.5, 5.6, 6.2]]
32
+ plot_one_group_bar_figure(data)
33
+ plt.show()
34
+ ```
35
+
36
+ ## 安装
37
+
38
+ `plotfig` 要求 Python 3.11 及以上版本。
39
+
40
+ **使用 uv 安装:**
41
+
42
+ **使用 uv 安装:**
43
+ ```bash
44
+ uv add plotfig
45
+ ```
46
+
47
+ **使用 pip 安装:**
48
+
49
+ ```bash
50
+ pip install plotfig
51
+ ```
52
+
53
+ ## 文档
54
+
55
+ 详细文档和使用示例请访问 [plotfig 文档](https://ricardoryn.github.io/plotfig/)。
56
+
57
+ ## 贡献
58
+
59
+ 欢迎提交 Issue 或 PR!无论是 Bug 报告、功能建议还是文档改进,都非常欢迎在 [Issue](https://github.com/RicardoRyn/plotfig/issues) 中提出。
60
+
61
+ 开发贡献流程请参见[贡献指南](https://ricardoryn.github.io/plotfig/)。
@@ -0,0 +1,84 @@
1
+ # 安装
2
+
3
+ `plotfig` 支持通过包管理器安装或直接从源码中安装,要求 Python 3.11 及以上版本。
4
+
5
+ ## 使用包管理器安装 (推荐)
6
+
7
+ === "uv"
8
+
9
+ ``` bash
10
+ uv add plotfig
11
+ ```
12
+
13
+ === "pip"
14
+
15
+ ``` bash
16
+ pip install plotfig
17
+ ```
18
+
19
+ ## 从源码中安装
20
+
21
+ 首先下载源码到某个目录(例如 `/path/to/plotfig`):
22
+
23
+ ```bash
24
+ git clone https://github.com/RicardoRyn/plotfig.git /path/to/plotfig
25
+ ```
26
+
27
+ 然后在您的项目目录中执行:
28
+
29
+ === "uv"
30
+
31
+ ``` bash
32
+ uv add /path/to/plotfig
33
+ ```
34
+
35
+ === "pip"
36
+
37
+ ``` bash
38
+ pip install /path/to/plotfig
39
+ ```
40
+
41
+ !!! info
42
+
43
+ `/path/to/plotfig` 应替换为实际的路径。
44
+
45
+ ## 贡献
46
+
47
+ 如果您希望体验这些功能或参与 `plotfig` 的开发,可以选择以 开发模式(editable mode) 安装项目。
48
+
49
+ 这种安装方式允许您对本地源码的修改立即生效,非常适合调试、开发和贡献代码。
50
+
51
+ 推荐流程:
52
+
53
+ 1. Fork 本仓库到您的 GitHub 账号
54
+ 2. 克隆您的 Fork 到本地:
55
+ ```bash
56
+ git clone https://github.com/USERNAME/plotfig.git /path/to/plotfig
57
+ ```
58
+ 3. 在您的项目目录中以开发模式安装:
59
+
60
+ === "uv"
61
+
62
+ ``` bash
63
+ uv add --editable /path/to/plotfig
64
+ ```
65
+
66
+ === "pip"
67
+
68
+ ``` bash
69
+ pip install -e /path/to/plotfig
70
+ ```
71
+
72
+ !!! info
73
+
74
+ `/path/to/plotfig` 应替换为实际的路径。
75
+
76
+ ---
77
+
78
+ **欢迎提交 Issue 或 PR!**
79
+
80
+ 无论是 Bug 报告、功能建议、还是文档改进。
81
+
82
+ 都非常欢迎在 [Issue](https://github.com/RicardoRyn/plotfig/issues) 中提出。
83
+
84
+ 也可以直接提交 [PR](https://github.com/RicardoRyn/plotfig/pulls),一起变得更强 💪!
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plotfig"
3
- version = "1.14.3"
3
+ version = "1.15.0"
4
4
  description = "Scientific plotting package for Cognitive neuroscience"
5
5
  keywords = ["neuroscience", "plotting", "visualization"]
6
6
  readme = "README.md"
@@ -26,6 +26,7 @@ dependencies = [
26
26
  dev = [
27
27
  "ipykernel>=6.30.1",
28
28
  "mkdocstrings-python>=2.0.1",
29
+ "pytest>=9.0.2",
29
30
  "zensical==0.0.13",
30
31
  ]
31
32
 
@@ -6,6 +6,7 @@ import matplotlib.pyplot as plt
6
6
  import nibabel as nib
7
7
  import numpy as np
8
8
  from matplotlib.axes import Axes
9
+
9
10
  from plotfig.externals.surfplot import Plot
10
11
 
11
12
  Num: TypeAlias = float | int
@@ -67,7 +68,7 @@ def plot_brain_surface_figure(
67
68
  Args:
68
69
  data (dict[str, float]): 包含脑区名称和对应数值的字典,键为脑区名称(如"lh_bankssts"),值为数值
69
70
  species (str, optional): 物种名称,支持"human"、"chimpanzee"、"macaque". Defaults to "human".
70
- atlas (str, optional): 脑图集名称,根据物种不同可选不同图集。人上包括"glasser"、"bna",黑猩猩上包括"bna",猕猴上包括"charm5"、"charm6"、"bna"以及"d99". Defaults to "glasser".
71
+ atlas (str, optional): 脑图集名称,根据物种不同可选不同图集。人上包括"glasser"、"bna",黑猩猩上包括"bna",猕猴上包括"charm4"、"charm5"、"charm6"、"bna"以及"d99". Defaults to "glasser".
71
72
  surf (str, optional): 大脑皮层表面类型,如"inflated"、"veryinflated"、"midthickness"等. Defaults to "veryinflated".
72
73
  ax (Axes | None, optional): matplotlib的坐标轴对象,如果为None则使用当前坐标轴. Defaults to None.
73
74
  vmin (Num | None, optional): 颜色映射的最小值,None表示使用数据中的最小值. Defaults to None.
@@ -151,6 +152,10 @@ def plot_brain_surface_figure(
151
152
  "rh": f"surfaces/macaque_BNA/civm.R.{surf}.32k_fs_LR.surf.gii",
152
153
  },
153
154
  "atlas": {
155
+ "charm4": {
156
+ "lh": "atlases/macaque_CHARM4/L.charm4.label.gii",
157
+ "rh": "atlases/macaque_CHARM4/R.charm4.label.gii",
158
+ },
154
159
  "charm5": {
155
160
  "lh": "atlases/macaque_CHARM5/L.charm5.label.gii",
156
161
  "rh": "atlases/macaque_CHARM5/R.charm5.label.gii",
@@ -178,12 +183,12 @@ def plot_brain_surface_figure(
178
183
  # 检查物种是否支持
179
184
  if species not in atlas_info:
180
185
  raise ValueError(
181
- f"Unsupported species: {species}. Supported species are: {list(atlas_info.keys())}"
186
+ f"不支持的物种:{species}。支持的物种列表为:{list(atlas_info.keys())}"
182
187
  )
183
188
  else:
184
189
  # 检查指定物种的图集是否支持
185
190
  if atlas not in atlas_info[species]["atlas"]:
186
- raise ValueError(f"Unsupported {atlas} atlas for {species}")
191
+ raise ValueError(f"不支持的图集:{atlas}。支持的图集列表为:{list(atlas_info[species]['atlas'].keys())}")
187
192
 
188
193
  # 创建Plot对象,用于绘制大脑皮层
189
194
  if surf != "flat":
@@ -0,0 +1,113 @@
1
+ ROIs_name
2
+ lh_area_32
3
+ lh_area_25
4
+ lh_area_24
5
+ lh_MCC
6
+ lh_area_10
7
+ lh_area_14
8
+ lh_areas_11/13
9
+ lh_area_12m/o
10
+ lh_OFa-p
11
+ lh_OLF
12
+ lh_cl_OFC
13
+ lh_area_8A
14
+ lh_area_8B
15
+ lh_rostral_dlPFC
16
+ lh_rostral_vlPFC
17
+ lh_caudal_vlPFC
18
+ lh_M1
19
+ lh_PM
20
+ lh_SMA/preSMA
21
+ lh_SI
22
+ lh_SII
23
+ lh_V6
24
+ lh_V6A
25
+ lh_area_5
26
+ lh_vm_IPS
27
+ lh_lat_IPS
28
+ lh_MST
29
+ lh_area_7_in_IPL
30
+ lh_area_7m
31
+ lh_PCC
32
+ lh_RSC
33
+ lh_HiF
34
+ lh_preS/paraS
35
+ lh_paraHipp
36
+ lh_ERh
37
+ lh_PRh
38
+ lh_TGa
39
+ lh_TGg/TGd
40
+ lh_TEO
41
+ lh_gyral_TE
42
+ lh_TE_in_STSv
43
+ lh_STSf
44
+ lh_STSd
45
+ lh_STGr
46
+ lh_STGc
47
+ lh_lat_belt
48
+ lh_med_belt
49
+ lh_RTp
50
+ lh_core
51
+ lh_Ins/Pi
52
+ lh_Ri
53
+ lh_MT
54
+ lh_V4
55
+ lh_V3
56
+ lh_V2
57
+ lh_V1
58
+ rh_area_32
59
+ rh_area_25
60
+ rh_area_24
61
+ rh_MCC
62
+ rh_area_10
63
+ rh_area_14
64
+ rh_areas_11/13
65
+ rh_area_12m/o
66
+ rh_OFa-p
67
+ rh_OLF
68
+ rh_cl_OFC
69
+ rh_area_8A
70
+ rh_area_8B
71
+ rh_rostral_dlPFC
72
+ rh_rostral_vlPFC
73
+ rh_caudal_vlPFC
74
+ rh_M1
75
+ rh_PM
76
+ rh_SMA/preSMA
77
+ rh_SI
78
+ rh_SII
79
+ rh_V6
80
+ rh_V6A
81
+ rh_area_5
82
+ rh_vm_IPS
83
+ rh_lat_IPS
84
+ rh_MST
85
+ rh_area_7_in_IPL
86
+ rh_area_7m
87
+ rh_PCC
88
+ rh_RSC
89
+ rh_HiF
90
+ rh_preS/paraS
91
+ rh_paraHipp
92
+ rh_ERh
93
+ rh_PRh
94
+ rh_TGa
95
+ rh_TGg/TGd
96
+ rh_TEO
97
+ rh_gyral_TE
98
+ rh_TE_in_STSv
99
+ rh_STSf
100
+ rh_STSd
101
+ rh_STGr
102
+ rh_STGc
103
+ rh_lat_belt
104
+ rh_med_belt
105
+ rh_RTp
106
+ rh_core
107
+ rh_Ins/Pi
108
+ rh_Ri
109
+ rh_MT
110
+ rh_V4
111
+ rh_V3
112
+ rh_V2
113
+ rh_V1
@@ -0,0 +1,171 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <GIFTI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="http://brainvis.wustl.edu/caret6/xml_schemas/GIFTI_Caret.xsd"
4
+ Version="1"
5
+ NumberOfDataArrays="1">
6
+ <MetaData>
7
+ <MD>
8
+ <Name><![CDATA[AnatomicalStructurePrimary]]></Name>
9
+ <Value><![CDATA[CortexLeft]]></Value>
10
+ </MD>
11
+ <MD>
12
+ <Name><![CDATA[ParentProvenance]]></Name>
13
+ <Value><![CDATA[E:\git_repositories\plotfig\src\plotfig\data\neurodata\atlases\macaque_CHARM4\rm_lh.label.gii:
14
+ D:\connectome_workbench\workbench-windows64-v2.0.1\workbench\bin_windows64\wb_command.exe -metric-label-import L.charm5.label.gii label.txt lh.label.gii
15
+
16
+ ]]></Value>
17
+ </MD>
18
+ <MD>
19
+ <Name><![CDATA[ProgramProvenance]]></Name>
20
+ <Value><![CDATA[Connectome Workbench
21
+ Type: Command Line Application
22
+ Version: 2.0.1
23
+ Qt Compiled Version: 5.7.0
24
+ Qt Runtime Version: 5.7.0
25
+ Commit: 150de12f4f4b94b39bec6d9133ad2e7019d2d3ef
26
+ Commit Date: 2024-10-15 17:38:41 -0500
27
+ Compiler: cl.exe (C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64)
28
+ Compiler Version: 19.0.24215.1
29
+ Compiled Debug: NO
30
+ Operating System: Windows
31
+ Compiled with OpenMP: YES
32
+ ]]></Value>
33
+ </MD>
34
+ <MD>
35
+ <Name><![CDATA[Provenance]]></Name>
36
+ <Value><![CDATA[wb_command -metric-label-import E:\git_repositories\plotfig\src\plotfig\data\neurodata\atlases\macaque_CHARM4\rm_lh.label.gii E:\git_repositories\plotfig\src\plotfig\data\neurodata\atlases\macaque_CHARM4\rm.txt E:\git_repositories\plotfig\src\plotfig\data\neurodata\atlases\macaque_CHARM4\L.charm4.label.gii]]></Value>
37
+ </MD>
38
+ <MD>
39
+ <Name><![CDATA[WorkingDirectory]]></Name>
40
+ <Value><![CDATA[E:/python/Projects/Self/self/src/self/utils]]></Value>
41
+ </MD>
42
+ </MetaData>
43
+ <LabelTable>
44
+ <Label Key="0" Red="1" Green="1" Blue="1" Alpha="0"><![CDATA[???]]></Label>
45
+ <Label Key="1" Red="0.4" Green="0.701961" Blue="0.360784" Alpha="1"><![CDATA[lh_area_32]]></Label>
46
+ <Label Key="2" Red="0.054902" Green="0.415686" Blue="0.278431" Alpha="1"><![CDATA[lh_area_25]]></Label>
47
+ <Label Key="3" Red="0.737255" Green="0.0784314" Blue="0.4" Alpha="1"><![CDATA[lh_area_24]]></Label>
48
+ <Label Key="4" Red="0.47451" Green="0.823529" Blue="0.839216" Alpha="1"><![CDATA[lh_MCC]]></Label>
49
+ <Label Key="5" Red="0.290196" Green="0.792157" Blue="0.341176" Alpha="1"><![CDATA[lh_area_10]]></Label>
50
+ <Label Key="6" Red="0.454902" Green="0.388235" Blue="0.403922" Alpha="1"><![CDATA[lh_area_14]]></Label>
51
+ <Label Key="7" Red="0.592157" Green="0.509804" Blue="0.584314" Alpha="1"><![CDATA[lh_areas_11/13]]></Label>
52
+ <Label Key="8" Red="0.203922" Green="0.00392157" Blue="0.341176" Alpha="1"><![CDATA[lh_area_12m/o]]></Label>
53
+ <Label Key="9" Red="0.921569" Green="0.615686" Blue="0.145098" Alpha="1"><![CDATA[lh_OFa-p]]></Label>
54
+ <Label Key="10" Red="0.505882" Green="0.74902" Blue="0.733333" Alpha="1"><![CDATA[lh_OLF]]></Label>
55
+ <Label Key="11" Red="0.0784314" Green="0.627451" Blue="0.796078" Alpha="1"><![CDATA[lh_cl_OFC]]></Label>
56
+ <Label Key="12" Red="0.223529" Green="0.0823529" Blue="0.988235" Alpha="1"><![CDATA[lh_area_8A]]></Label>
57
+ <Label Key="13" Red="0.921569" Green="0.345098" Blue="0.188235" Alpha="1"><![CDATA[lh_area_8B]]></Label>
58
+ <Label Key="14" Red="0.854902" Green="0.227451" Blue="0.996078" Alpha="1"><![CDATA[lh_rostral_dlPFC]]></Label>
59
+ <Label Key="15" Red="0.662745" Green="1" Blue="0.858824" Alpha="1"><![CDATA[lh_rostral_vlPFC]]></Label>
60
+ <Label Key="16" Red="0.733333" Green="0.811765" Blue="0.054902" Alpha="1"><![CDATA[lh_caudal_vlPFC]]></Label>
61
+ <Label Key="17" Red="0.741176" Green="0.741176" Blue="0.682353" Alpha="1"><![CDATA[lh_M1]]></Label>
62
+ <Label Key="18" Red="0.741176" Green="0.196078" Blue="0.419608" Alpha="1"><![CDATA[lh_PM]]></Label>
63
+ <Label Key="19" Red="0.211765" Green="0.952941" Blue="0.247059" Alpha="1"><![CDATA[lh_SMA/preSMA]]></Label>
64
+ <Label Key="20" Red="0.972549" Green="0.509804" Blue="0.894118" Alpha="1"><![CDATA[lh_SI]]></Label>
65
+ <Label Key="21" Red="0.196078" Green="0.52549" Blue="0.0784314" Alpha="1"><![CDATA[lh_SII]]></Label>
66
+ <Label Key="22" Red="0.282353" Green="0.65098" Blue="0.0666667" Alpha="1"><![CDATA[lh_V6]]></Label>
67
+ <Label Key="23" Red="0.513726" Green="0.345098" Blue="0.231373" Alpha="1"><![CDATA[lh_V6A]]></Label>
68
+ <Label Key="24" Red="0.0509804" Green="0.945098" Blue="0.976471" Alpha="1"><![CDATA[lh_area_5]]></Label>
69
+ <Label Key="25" Red="0.0313726" Green="0.34902" Blue="0.203922" Alpha="1"><![CDATA[lh_vm_IPS]]></Label>
70
+ <Label Key="26" Red="0.505882" Green="0.32549" Blue="0.356863" Alpha="1"><![CDATA[lh_lat_IPS]]></Label>
71
+ <Label Key="27" Red="0.431373" Green="0.733333" Blue="0.776471" Alpha="1"><![CDATA[lh_MST]]></Label>
72
+ <Label Key="28" Red="0.670588" Green="0.988235" Blue="0.027451" Alpha="1"><![CDATA[lh_area_7_in_IPL]]></Label>
73
+ <Label Key="29" Red="0.682353" Green="0.133333" Blue="0.803922" Alpha="1"><![CDATA[lh_area_7m]]></Label>
74
+ <Label Key="30" Red="0.313726" Green="0.639216" Blue="0.192157" Alpha="1"><![CDATA[lh_PCC]]></Label>
75
+ <Label Key="31" Red="0.403922" Green="0.513726" Blue="0.00392157" Alpha="1"><![CDATA[lh_RSC]]></Label>
76
+ <Label Key="32" Red="0.992157" Green="0.521569" Blue="0.207843" Alpha="1"><![CDATA[lh_HiF]]></Label>
77
+ <Label Key="33" Red="0.411765" Green="0.0117647" Blue="0.207843" Alpha="1"><![CDATA[lh_preS/paraS]]></Label>
78
+ <Label Key="34" Red="0.862745" Green="0.745098" Blue="0.568627" Alpha="1"><![CDATA[lh_paraHipp]]></Label>
79
+ <Label Key="35" Red="0.85098" Green="0.168627" Blue="0.631373" Alpha="1"><![CDATA[lh_ERh]]></Label>
80
+ <Label Key="36" Red="0.788235" Green="0.741176" Blue="0.890196" Alpha="1"><![CDATA[lh_PRh]]></Label>
81
+ <Label Key="37" Red="0.0509804" Green="0.368627" Blue="0.184314" Alpha="1"><![CDATA[lh_TGa]]></Label>
82
+ <Label Key="38" Red="0.054902" Green="0.780392" Blue="0.803922" Alpha="1"><![CDATA[lh_TGg/TGd]]></Label>
83
+ <Label Key="39" Red="0.839216" Green="0.984314" Blue="0.972549" Alpha="1"><![CDATA[lh_TEO]]></Label>
84
+ <Label Key="40" Red="0.741176" Green="0.152941" Blue="0.831373" Alpha="1"><![CDATA[lh_gyral_TE]]></Label>
85
+ <Label Key="41" Red="0.811765" Green="0.92549" Blue="0.317647" Alpha="1"><![CDATA[lh_TE_in_STSv]]></Label>
86
+ <Label Key="42" Red="0.431373" Green="0.203922" Blue="0.0901961" Alpha="1"><![CDATA[lh_STSf]]></Label>
87
+ <Label Key="43" Red="0.6" Green="0.847059" Blue="0.984314" Alpha="1"><![CDATA[lh_STSd]]></Label>
88
+ <Label Key="44" Red="0.733333" Green="0.482353" Blue="0.92549" Alpha="1"><![CDATA[lh_STGr]]></Label>
89
+ <Label Key="45" Red="0.156863" Green="0.611765" Blue="0.054902" Alpha="1"><![CDATA[lh_STGc]]></Label>
90
+ <Label Key="46" Red="0.172549" Green="0.25098" Blue="0.345098" Alpha="1"><![CDATA[lh_lat_belt]]></Label>
91
+ <Label Key="47" Red="0.27451" Green="0.0313726" Blue="0.341176" Alpha="1"><![CDATA[lh_med_belt]]></Label>
92
+ <Label Key="48" Red="0.501961" Green="0.921569" Blue="0.529412" Alpha="1"><![CDATA[lh_RTp]]></Label>
93
+ <Label Key="49" Red="0.843137" Green="0.243137" Blue="0.541176" Alpha="1"><![CDATA[lh_core]]></Label>
94
+ <Label Key="50" Red="0.94902" Green="0.313726" Blue="0.529412" Alpha="1"><![CDATA[lh_Ins/Pi]]></Label>
95
+ <Label Key="51" Red="0.635294" Green="0.635294" Blue="0.12549" Alpha="1"><![CDATA[lh_Ri]]></Label>
96
+ <Label Key="52" Red="0.478431" Green="0.0156863" Blue="0.913725" Alpha="1"><![CDATA[lh_MT]]></Label>
97
+ <Label Key="53" Red="0.901961" Green="0.976471" Blue="0.156863" Alpha="1"><![CDATA[lh_V4]]></Label>
98
+ <Label Key="54" Red="0.105882" Green="0.52549" Blue="0.784314" Alpha="1"><![CDATA[lh_V3]]></Label>
99
+ <Label Key="55" Red="0.278431" Green="0.0431373" Blue="0.631373" Alpha="1"><![CDATA[lh_V2]]></Label>
100
+ <Label Key="56" Red="0.12549" Green="0.184314" Blue="0.964706" Alpha="1"><![CDATA[lh_V1]]></Label>
101
+ <Label Key="57" Red="0.588235" Green="0.239216" Blue="0.843137" Alpha="1"><![CDATA[rh_area_32]]></Label>
102
+ <Label Key="58" Red="0.141176" Green="0.384314" Blue="0.670588" Alpha="1"><![CDATA[rh_area_25]]></Label>
103
+ <Label Key="59" Red="0.403922" Green="0.835294" Blue="0.854902" Alpha="1"><![CDATA[rh_area_24]]></Label>
104
+ <Label Key="60" Red="0.133333" Green="0.752941" Blue="0.886275" Alpha="1"><![CDATA[rh_MCC]]></Label>
105
+ <Label Key="61" Red="0.392157" Green="0.682353" Blue="0.803922" Alpha="1"><![CDATA[rh_area_10]]></Label>
106
+ <Label Key="62" Red="0.509804" Green="0" Blue="0.0156863" Alpha="1"><![CDATA[rh_area_14]]></Label>
107
+ <Label Key="63" Red="0.85098" Green="0.964706" Blue="0.996078" Alpha="1"><![CDATA[rh_areas_11/13]]></Label>
108
+ <Label Key="64" Red="0.552941" Green="0.4" Blue="0.101961" Alpha="1"><![CDATA[rh_area_12m/o]]></Label>
109
+ <Label Key="65" Red="0.533333" Green="0.807843" Blue="0.054902" Alpha="1"><![CDATA[rh_OFa-p]]></Label>
110
+ <Label Key="66" Red="0.34902" Green="0.160784" Blue="0.482353" Alpha="1"><![CDATA[rh_OLF]]></Label>
111
+ <Label Key="67" Red="0.8" Green="0.698039" Blue="0.243137" Alpha="1"><![CDATA[rh_cl_OFC]]></Label>
112
+ <Label Key="68" Red="0.372549" Green="0.901961" Blue="0.941176" Alpha="1"><![CDATA[rh_area_8A]]></Label>
113
+ <Label Key="69" Red="0.2" Green="0.988235" Blue="0.372549" Alpha="1"><![CDATA[rh_area_8B]]></Label>
114
+ <Label Key="70" Red="0.513726" Green="0.866667" Blue="0.894118" Alpha="1"><![CDATA[rh_rostral_dlPFC]]></Label>
115
+ <Label Key="71" Red="0.588235" Green="0.901961" Blue="0.92549" Alpha="1"><![CDATA[rh_rostral_vlPFC]]></Label>
116
+ <Label Key="72" Red="0.556863" Green="0.666667" Blue="0.109804" Alpha="1"><![CDATA[rh_caudal_vlPFC]]></Label>
117
+ <Label Key="73" Red="0.137255" Green="0.0470588" Blue="0.623529" Alpha="1"><![CDATA[rh_M1]]></Label>
118
+ <Label Key="74" Red="0.27451" Green="0.729412" Blue="0.94902" Alpha="1"><![CDATA[rh_PM]]></Label>
119
+ <Label Key="75" Red="0.333333" Green="0.105882" Blue="0.254902" Alpha="1"><![CDATA[rh_SMA/preSMA]]></Label>
120
+ <Label Key="76" Red="0.662745" Green="0.172549" Blue="0.239216" Alpha="1"><![CDATA[rh_SI]]></Label>
121
+ <Label Key="77" Red="0.721569" Green="0.956863" Blue="0.521569" Alpha="1"><![CDATA[rh_SII]]></Label>
122
+ <Label Key="78" Red="0.105882" Green="0.105882" Blue="0.419608" Alpha="1"><![CDATA[rh_V6]]></Label>
123
+ <Label Key="79" Red="0.168627" Green="0.32549" Blue="0.113725" Alpha="1"><![CDATA[rh_V6A]]></Label>
124
+ <Label Key="80" Red="0.741176" Green="0.290196" Blue="0.498039" Alpha="1"><![CDATA[rh_area_5]]></Label>
125
+ <Label Key="81" Red="0.976471" Green="0.964706" Blue="0.356863" Alpha="1"><![CDATA[rh_vm_IPS]]></Label>
126
+ <Label Key="82" Red="0.847059" Green="0.901961" Blue="0.741176" Alpha="1"><![CDATA[rh_lat_IPS]]></Label>
127
+ <Label Key="83" Red="0.878431" Green="0.501961" Blue="0.470588" Alpha="1"><![CDATA[rh_MST]]></Label>
128
+ <Label Key="84" Red="0.101961" Green="0.741176" Blue="0.470588" Alpha="1"><![CDATA[rh_area_7_in_IPL]]></Label>
129
+ <Label Key="85" Red="0.45098" Green="0.8" Blue="0.909804" Alpha="1"><![CDATA[rh_area_7m]]></Label>
130
+ <Label Key="86" Red="0.00784314" Green="0.4" Blue="0.772549" Alpha="1"><![CDATA[rh_PCC]]></Label>
131
+ <Label Key="87" Red="0.780392" Green="0.603922" Blue="0.533333" Alpha="1"><![CDATA[rh_RSC]]></Label>
132
+ <Label Key="88" Red="0.239216" Green="0.643137" Blue="0.878431" Alpha="1"><![CDATA[rh_HiF]]></Label>
133
+ <Label Key="89" Red="0.196078" Green="0.913725" Blue="0.670588" Alpha="1"><![CDATA[rh_preS/paraS]]></Label>
134
+ <Label Key="90" Red="0.592157" Green="0.807843" Blue="0.227451" Alpha="1"><![CDATA[rh_paraHipp]]></Label>
135
+ <Label Key="91" Red="0.458824" Green="0.623529" Blue="0.372549" Alpha="1"><![CDATA[rh_ERh]]></Label>
136
+ <Label Key="92" Red="0.843137" Green="0.909804" Blue="0.701961" Alpha="1"><![CDATA[rh_PRh]]></Label>
137
+ <Label Key="93" Red="0.439216" Green="0.239216" Blue="0.941176" Alpha="1"><![CDATA[rh_TGa]]></Label>
138
+ <Label Key="94" Red="0.72549" Green="0.2" Blue="0.0431373" Alpha="1"><![CDATA[rh_TGg/TGd]]></Label>
139
+ <Label Key="95" Red="0.992157" Green="0.14902" Blue="0.505882" Alpha="1"><![CDATA[rh_TEO]]></Label>
140
+ <Label Key="96" Red="0.509804" Green="0.439216" Blue="0.392157" Alpha="1"><![CDATA[rh_gyral_TE]]></Label>
141
+ <Label Key="97" Red="0.439216" Green="0.717647" Blue="0.313726" Alpha="1"><![CDATA[rh_TE_in_STSv]]></Label>
142
+ <Label Key="98" Red="0.729412" Green="0.439216" Blue="0.00392157" Alpha="1"><![CDATA[rh_STSf]]></Label>
143
+ <Label Key="99" Red="0.505882" Green="0.858824" Blue="0.207843" Alpha="1"><![CDATA[rh_STSd]]></Label>
144
+ <Label Key="100" Red="0.337255" Green="0.894118" Blue="0.87451" Alpha="1"><![CDATA[rh_STGr]]></Label>
145
+ <Label Key="101" Red="0.878431" Green="0.501961" Blue="0.572549" Alpha="1"><![CDATA[rh_STGc]]></Label>
146
+ <Label Key="102" Red="0.490196" Green="0.505882" Blue="0.203922" Alpha="1"><![CDATA[rh_lat_belt]]></Label>
147
+ <Label Key="103" Red="0.670588" Green="0.85098" Blue="0.623529" Alpha="1"><![CDATA[rh_med_belt]]></Label>
148
+ <Label Key="104" Red="0.772549" Green="0.623529" Blue="0.964706" Alpha="1"><![CDATA[rh_RTp]]></Label>
149
+ <Label Key="105" Red="0.262745" Green="0.713726" Blue="0.792157" Alpha="1"><![CDATA[rh_core]]></Label>
150
+ <Label Key="106" Red="0.717647" Green="0.478431" Blue="0.564706" Alpha="1"><![CDATA[rh_Ins/Pi]]></Label>
151
+ <Label Key="107" Red="0.996078" Green="0.145098" Blue="0.0901961" Alpha="1"><![CDATA[rh_Ri]]></Label>
152
+ <Label Key="108" Red="0.266667" Green="0.45098" Blue="0.380392" Alpha="1"><![CDATA[rh_MT]]></Label>
153
+ <Label Key="109" Red="0.772549" Green="0.835294" Blue="0.541176" Alpha="1"><![CDATA[rh_V4]]></Label>
154
+ <Label Key="110" Red="0.996078" Green="0.937255" Blue="0.560784" Alpha="1"><![CDATA[rh_V3]]></Label>
155
+ <Label Key="111" Red="0.376471" Green="0.784314" Blue="0.482353" Alpha="1"><![CDATA[rh_V2]]></Label>
156
+ <Label Key="112" Red="0.729412" Green="0.270588" Blue="0.811765" Alpha="1"><![CDATA[rh_V1]]></Label>
157
+ </LabelTable>
158
+ <DataArray Intent="NIFTI_INTENT_LABEL"
159
+ DataType="NIFTI_TYPE_INT32"
160
+ ArrayIndexingOrder="RowMajorOrder"
161
+ Dimensionality="1"
162
+ Dim0="32492"
163
+ Encoding="GZipBase64Binary"
164
+ Endian="LittleEndian"
165
+ ExternalFileName=""
166
+ ExternalFileOffset="0">
167
+ <MetaData>
168
+ </MetaData>
169
+ <Data>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</Data>
170
+ </DataArray>
171
+ </GIFTI>