plotfig 1.16.0__tar.gz → 1.18.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 (245) hide show
  1. plotfig-1.18.0/.release-please-manifest.json +1 -0
  2. {plotfig-1.16.0 → plotfig-1.18.0}/CHANGELOG.md +14 -0
  3. {plotfig-1.16.0 → plotfig-1.18.0}/PKG-INFO +1 -3
  4. {plotfig-1.16.0 → plotfig-1.18.0}/README.md +0 -2
  5. {plotfig-1.16.0 → plotfig-1.18.0}/README_zh.md +0 -2
  6. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_12_0.png +0 -0
  7. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_14_0.png +0 -0
  8. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_17_0.png +0 -0
  9. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_20_0.png +0 -0
  10. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_22_0.png +0 -0
  11. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_24_0.png +0 -0
  12. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_26_0.png +0 -0
  13. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_28_0.png +0 -0
  14. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_31_0.png +0 -0
  15. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_34_0.png +0 -0
  16. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_36_0.png +0 -0
  17. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_38_0.png +0 -0
  18. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_39_0.png +0 -0
  19. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_3_0.png +0 -0
  20. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_41_0.png +0 -0
  21. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_6_0.png +0 -0
  22. plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_8_0.png +0 -0
  23. plotfig-1.18.0/docs/en/usage/single_group.md +715 -0
  24. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/single_group.md +715 -683
  25. plotfig-1.18.0/notebooks/single_group.ipynb +1056 -0
  26. {plotfig-1.16.0 → plotfig-1.18.0}/pyproject.toml +2 -9
  27. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/brain_surface.py +7 -6
  28. plotfig-1.18.0/src/plotfig/externals/surfplot/__init__.py +5 -0
  29. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/datasets.py +12 -12
  30. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/plotting.py +254 -191
  31. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/surf.py +157 -105
  32. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/utils.py +16 -13
  33. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/matrix.py +0 -1
  34. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/multi_bars.py +1 -1
  35. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/single_bar.py +37 -23
  36. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/color.py +7 -7
  37. {plotfig-1.16.0 → plotfig-1.18.0}/tests/plotfig/test_single_bar.py +16 -5
  38. {plotfig-1.16.0 → plotfig-1.18.0}/uv.lock +28 -1
  39. plotfig-1.16.0/.github/workflows/summary_new_issues.yml +0 -34
  40. plotfig-1.16.0/.release-please-manifest.json +0 -1
  41. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_11_0.png +0 -0
  42. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_12_0.png +0 -0
  43. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_13_0.png +0 -0
  44. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_14_0.png +0 -0
  45. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_16_0.png +0 -0
  46. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_17_0.png +0 -0
  47. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_19_0.png +0 -0
  48. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_20_0.png +0 -0
  49. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_21_0.png +0 -0
  50. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_22_0.png +0 -0
  51. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_23_0.png +0 -0
  52. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_24_0.png +0 -0
  53. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_25_0.png +0 -0
  54. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_26_0.png +0 -0
  55. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_27_0.png +0 -0
  56. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_28_0.png +0 -0
  57. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_2_0.png +0 -0
  58. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_30_0.png +0 -0
  59. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_31_0.png +0 -0
  60. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_33_0.png +0 -0
  61. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_34_0.png +0 -0
  62. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_35_0.png +0 -0
  63. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_36_0.png +0 -0
  64. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_37_0.png +0 -0
  65. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_39_0.png +0 -0
  66. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_3_0.png +0 -0
  67. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_40_0.png +0 -0
  68. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_5_0.png +0 -0
  69. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_6_0.png +0 -0
  70. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_6_1.png +0 -0
  71. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_7_0.png +0 -0
  72. plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_8_0.png +0 -0
  73. plotfig-1.16.0/docs/en/usage/single_group.md +0 -604
  74. plotfig-1.16.0/notebooks/single_group.ipynb +0 -1008
  75. plotfig-1.16.0/src/plotfig/externals/surfplot/__init__.py +0 -5
  76. {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/dependency_review.yml +0 -0
  77. {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/docs.yml +0 -0
  78. {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/python_publish.yml +0 -0
  79. {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/release-please.yml +0 -0
  80. {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/sync_to_gitee.yml +0 -0
  81. {plotfig-1.16.0 → plotfig-1.18.0}/.gitignore +0 -0
  82. {plotfig-1.16.0 → plotfig-1.18.0}/.python-version +0 -0
  83. {plotfig-1.16.0 → plotfig-1.18.0}/LICENSE +0 -0
  84. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/chimpanzee_bna.csv +0 -0
  85. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/human_bna.csv +0 -0
  86. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/human_glasser.csv +0 -0
  87. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_bna.csv +0 -0
  88. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm4.csv +0 -0
  89. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm5.csv +0 -0
  90. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm6.csv +0 -0
  91. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_d99.csv +0 -0
  92. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/plotfig.png +0 -0
  93. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_connectivity_files/output.gif +0 -0
  94. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_10_0.png +0 -0
  95. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_11_0.png +0 -0
  96. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_12_0.png +0 -0
  97. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_13_0.png +0 -0
  98. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_15_0.png +0 -0
  99. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_16_0.png +0 -0
  100. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_4_0.png +0 -0
  101. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_5_0.png +0 -0
  102. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_6_0.png +0 -0
  103. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_8_0.png +0 -0
  104. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_9_0.png +0 -0
  105. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_11_0.png +0 -0
  106. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_13_1.png +0 -0
  107. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_1_0.png +0 -0
  108. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_3_0.png +0 -0
  109. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_5_0.png +0 -0
  110. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_7_0.png +0 -0
  111. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_9_0.png +0 -0
  112. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_10_0.png +0 -0
  113. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_4_0.png +0 -0
  114. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_7_0.png +0 -0
  115. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_2_1.png +0 -0
  116. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_3_0.png +0 -0
  117. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_4_0.png +0 -0
  118. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_5_1.png +0 -0
  119. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_6_0.png +0 -0
  120. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_7_0.png +0 -0
  121. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_2_0.png +0 -0
  122. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_3_0.png +0 -0
  123. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_5_0.png +0 -0
  124. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_6_0.png +0 -0
  125. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_8_0.png +0 -0
  126. {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_9_0.png +0 -0
  127. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/api/index.md +0 -0
  128. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/changelog.md +0 -0
  129. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/index.md +0 -0
  130. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/installation.md +0 -0
  131. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/brain_connectivity.md +0 -0
  132. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/brain_surface.md +0 -0
  133. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/circos.md +0 -0
  134. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/correlation.md +0 -0
  135. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/matrix.md +0 -0
  136. {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/multi_groups.md +0 -0
  137. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/api/index.md +0 -0
  138. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/changelog.md +0 -0
  139. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/index.md +0 -0
  140. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/installation.md +0 -0
  141. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/brain_connectivity.md +0 -0
  142. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/brain_surface.md +0 -0
  143. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/circos.md +0 -0
  144. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/correlation.md +0 -0
  145. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/matrix.md +0 -0
  146. {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/multi_groups.md +0 -0
  147. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/brain_connectivity.ipynb +0 -0
  148. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/brain_surface.ipynb +0 -0
  149. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/circos.ipynb +0 -0
  150. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/correlation.ipynb +0 -0
  151. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/matrix.ipynb +0 -0
  152. {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/multi_groups.ipynb +0 -0
  153. {plotfig-1.16.0 → plotfig-1.18.0}/release-please-config.json +0 -0
  154. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/__init__.py +0 -0
  155. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/brain_connection.py +0 -0
  156. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/circos.py +0 -0
  157. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/correlation.py +0 -0
  158. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/chimpanzee_bna.csv +0 -0
  159. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/human_bna.csv +0 -0
  160. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/human_glasser.csv +0 -0
  161. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_bna.csv +0 -0
  162. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm4.csv +0 -0
  163. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm5.csv +0 -0
  164. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm5_add_13_sgms.csv +0 -0
  165. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm6.csv +0 -0
  166. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_d99.csv +0 -0
  167. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.L.32k_fs_LR.label.gii +0 -0
  168. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.R.32k_fs_LR.label.gii +0 -0
  169. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.L.BNA.32k_fs_LR.label.gii +0 -0
  170. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/human_BNA/fsaverage.R.BNA.32k_fs_LR.label.gii +0 -0
  171. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.L.Glasser.32k_fs_LR.label.gii +0 -0
  172. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/human_Glasser/fsaverage.R.Glasser.32k_fs_LR.label.gii +0 -0
  173. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_L.label.gii +0 -0
  174. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_R.label.gii +0 -0
  175. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM4/L.charm4.label.gii +0 -0
  176. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM4/R.charm4.label.gii +0 -0
  177. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/L.charm5.label.gii +0 -0
  178. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/R.charm5.label.gii +0 -0
  179. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/L.charm6.label.gii +0 -0
  180. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/R.charm6.label.gii +0 -0
  181. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_D99/L.d99.label.gii +0 -0
  182. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_D99/R.d99.label.gii +0 -0
  183. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.midthickness.32k_fs_LR.surf.gii +0 -0
  184. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  185. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.midthickness.32k_fs_LR.surf.gii +0 -0
  186. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/chimpanzee_BNA/ChimpYerkes29_v1.2.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  187. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/100206.L.sulc.32k_fs_LR.shape.gii +0 -0
  188. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/100206.R.sulc.32k_fs_LR.shape.gii +0 -0
  189. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/README.md +0 -0
  190. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-nomedialwall_dparc.label.gii +0 -0
  191. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-sulc_midthickness.shape.gii +0 -0
  192. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_desc-vaavg_midthickness.shape.gii +0 -0
  193. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_flat.surf.gii +0 -0
  194. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_inflated.surf.gii +0 -0
  195. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_midthickness.surf.gii +0 -0
  196. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_sphere.surf.gii +0 -0
  197. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-L_veryinflated.surf.gii +0 -0
  198. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-nomedialwall_dparc.label.gii +0 -0
  199. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-sulc_midthickness.shape.gii +0 -0
  200. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_desc-vaavg_midthickness.shape.gii +0 -0
  201. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_flat.surf.gii +0 -0
  202. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_inflated.surf.gii +0 -0
  203. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_midthickness.surf.gii +0 -0
  204. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_sphere.surf.gii +0 -0
  205. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_den-32k_hemi-R_veryinflated.surf.gii +0 -0
  206. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-L_sphere.surf.gii +0 -0
  207. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/tpl-fsLR_space-fsaverage_den-32k_hemi-R_sphere.surf.gii +0 -0
  208. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/README.md +0 -0
  209. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/SC_06018.L.sulc.32k_fs_LR.shape.gii +0 -0
  210. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/SC_06018.R.sulc.32k_fs_LR.shape.gii +0 -0
  211. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.flat.32k_fs_LR.surf.gii +0 -0
  212. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.inflated.32k_fs_LR.surf.gii +0 -0
  213. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.midthickness.32k_fs_LR.surf.gii +0 -0
  214. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.pial.32k_fs_LR.surf.gii +0 -0
  215. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.veryinflated.32k_fs_LR.surf.gii +0 -0
  216. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.L.white.32k_fs_LR.surf.gii +0 -0
  217. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.flat.32k_fs_LR.surf.gii +0 -0
  218. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.inflated.32k_fs_LR.surf.gii +0 -0
  219. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.midthickness.32k_fs_LR.surf.gii +0 -0
  220. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.pial.32k_fs_LR.surf.gii +0 -0
  221. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.veryinflated.32k_fs_LR.surf.gii +0 -0
  222. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/civm.R.white.32k_fs_LR.surf.gii +0 -0
  223. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.inf_300.surf.gii +0 -0
  224. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.surf.gii +0 -0
  225. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.inf_300.surf.gii +0 -0
  226. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.surf.gii +0 -0
  227. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.inf_300.surf.gii +0 -0
  228. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.surf.gii +0 -0
  229. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.inf_300.surf.gii +0 -0
  230. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.surf.gii +0 -0
  231. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.inf_300.surf.gii +0 -0
  232. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.surf.gii +0 -0
  233. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.inf_300.surf.gii +0 -0
  234. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.surf.gii +0 -0
  235. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/volumes/macaque_NMT2/CHARM5_add_13_sgms_asym.nii.gz +0 -0
  236. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/lh_default_mode_example.tsv +0 -0
  237. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/lh_frontoparietal_example.tsv +0 -0
  238. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/medwall.tsv +0 -0
  239. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/rh_default_mode_example.tsv +0 -0
  240. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/rh_frontoparietal_example.tsv +0 -0
  241. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/__init__.py +0 -0
  242. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/bar.py +0 -0
  243. {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/matrix.py +0 -0
  244. {plotfig-1.16.0 → plotfig-1.18.0}/tests/plotfig/test_brain_surface.py +0 -0
  245. {plotfig-1.16.0 → plotfig-1.18.0}/zensical.toml +0 -0
@@ -0,0 +1 @@
1
+ {".":"1.18.0"}
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.18.0](https://github.com/RicardoRyn/plotfig/compare/v1.17.0...v1.18.0) (2026-05-04)
4
+
5
+
6
+ ### Features ✨
7
+
8
+ * **plotfig:** add data-only mode to brain_surface and improve type hints in bar plots ([dc8d039](https://github.com/RicardoRyn/plotfig/commit/dc8d0394b9d43e1cc3cc35f61a9e0054b51954ac))
9
+
10
+ ## [1.17.0](https://github.com/RicardoRyn/plotfig/compare/v1.16.0...v1.17.0) (2026-03-25)
11
+
12
+
13
+ ### Features ✨
14
+
15
+ * **plotfig:** add mean point and median line to single bar plots ([485a1c4](https://github.com/RicardoRyn/plotfig/commit/485a1c494376e5346e802a449b58fe01701d1d35))
16
+
3
17
  ## [1.16.0](https://github.com/RicardoRyn/plotfig/compare/v1.15.0...v1.16.0) (2026-03-05)
4
18
 
5
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotfig
3
- Version: 1.16.0
3
+ Version: 1.18.0
4
4
  Summary: Scientific plotting package for Cognitive neuroscience
5
5
  Author-email: Ricardo Ryn <ricardoRyn1317@gmail.com>
6
6
  License-File: LICENSE
@@ -46,8 +46,6 @@ A Python visualization library designed for cognitive neuroscience research, pro
46
46
  ## Quick Start
47
47
 
48
48
  ```python
49
- import matplotlib.pyplot as plt
50
-
51
49
  from plotfig import plot_one_group_bar_figure
52
50
 
53
51
  # Plot single group bar chart
@@ -25,8 +25,6 @@ A Python visualization library designed for cognitive neuroscience research, pro
25
25
  ## Quick Start
26
26
 
27
27
  ```python
28
- import matplotlib.pyplot as plt
29
-
30
28
  from plotfig import plot_one_group_bar_figure
31
29
 
32
30
  # Plot single group bar chart
@@ -25,8 +25,6 @@
25
25
  ## 快速开始
26
26
 
27
27
  ```python
28
- import matplotlib.pyplot as plt
29
-
30
28
  from plotfig import plot_one_group_bar_figure
31
29
 
32
30
  # 绘制单组条形图