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.
- plotfig-1.18.0/.release-please-manifest.json +1 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/CHANGELOG.md +14 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/PKG-INFO +1 -3
- {plotfig-1.16.0 → plotfig-1.18.0}/README.md +0 -2
- {plotfig-1.16.0 → plotfig-1.18.0}/README_zh.md +0 -2
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_12_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_14_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_17_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_20_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_22_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_24_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_26_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_28_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_31_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_34_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_36_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_38_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_39_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_3_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_41_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_6_0.png +0 -0
- plotfig-1.18.0/docs/assets/usage/single_group_files/single_group_8_0.png +0 -0
- plotfig-1.18.0/docs/en/usage/single_group.md +715 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/single_group.md +715 -683
- plotfig-1.18.0/notebooks/single_group.ipynb +1056 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/pyproject.toml +2 -9
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/brain_surface.py +7 -6
- plotfig-1.18.0/src/plotfig/externals/surfplot/__init__.py +5 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/datasets.py +12 -12
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/plotting.py +254 -191
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/surf.py +157 -105
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/utils.py +16 -13
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/matrix.py +0 -1
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/multi_bars.py +1 -1
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/single_bar.py +37 -23
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/color.py +7 -7
- {plotfig-1.16.0 → plotfig-1.18.0}/tests/plotfig/test_single_bar.py +16 -5
- {plotfig-1.16.0 → plotfig-1.18.0}/uv.lock +28 -1
- plotfig-1.16.0/.github/workflows/summary_new_issues.yml +0 -34
- plotfig-1.16.0/.release-please-manifest.json +0 -1
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_11_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_12_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_13_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_14_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_16_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_17_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_19_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_20_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_21_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_22_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_23_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_24_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_25_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_26_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_27_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_28_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_2_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_30_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_31_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_33_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_34_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_35_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_36_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_37_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_39_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_3_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_40_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_5_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_6_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_6_1.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_7_0.png +0 -0
- plotfig-1.16.0/docs/assets/usage/single_group_files/single_group_8_0.png +0 -0
- plotfig-1.16.0/docs/en/usage/single_group.md +0 -604
- plotfig-1.16.0/notebooks/single_group.ipynb +0 -1008
- plotfig-1.16.0/src/plotfig/externals/surfplot/__init__.py +0 -5
- {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/dependency_review.yml +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/docs.yml +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/python_publish.yml +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/release-please.yml +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.github/workflows/sync_to_gitee.yml +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.gitignore +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/.python-version +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/LICENSE +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/chimpanzee_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/human_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/human_glasser.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm4.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm5.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_charm6.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/atlas_csv/macaque_d99.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/plotfig.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_connectivity_files/output.gif +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_10_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_11_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_12_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_13_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_15_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_16_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_4_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_5_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_6_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_8_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/brain_surface_files/brain_surface_9_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_11_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_13_1.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_1_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_3_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_5_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_7_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/circos_files/circos_9_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_10_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_4_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/correlation_files/correlation_7_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_2_1.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_3_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_4_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_5_1.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_6_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/matrix_files/matrix_7_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_2_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_3_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_5_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_6_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_8_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/assets/usage/multi_groups_files/multi_groups_9_0.png +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/api/index.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/changelog.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/index.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/installation.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/brain_connectivity.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/brain_surface.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/circos.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/correlation.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/matrix.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/en/usage/multi_groups.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/api/index.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/changelog.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/index.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/installation.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/brain_connectivity.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/brain_surface.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/circos.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/correlation.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/matrix.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/docs/zh/usage/multi_groups.md +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/brain_connectivity.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/brain_surface.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/circos.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/correlation.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/matrix.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/notebooks/multi_groups.ipynb +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/release-please-config.json +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/__init__.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/brain_connection.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/circos.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/correlation.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/chimpanzee_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/human_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/human_glasser.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_bna.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm4.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm5.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm5_add_13_sgms.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_charm6.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/atlas_tables/macaque_d99.csv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.L.32k_fs_LR.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/chimpanzee_BNA/ChimpBNA.R.32k_fs_LR.label.gii +0 -0
- {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
- {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
- {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
- {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
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_L.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_BNA/MBNA_124_32k_R.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM4/L.charm4.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM4/R.charm4.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/L.charm5.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM5/R.charm5.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/L.charm6.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_CHARM6/R.charm6.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_D99/L.d99.label.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/atlases/macaque_D99/R.d99.label.gii +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/human_fsLR/README.md +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_BNA/README.md +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.gray_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.mid_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/L.white_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.gray_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.mid_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.inf_300.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/surfaces/macaque_NMT2/R.white_surface.surf.gii +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/data/neurodata/volumes/macaque_NMT2/CHARM5_add_13_sgms_asym.nii.gz +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/lh_default_mode_example.tsv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/lh_frontoparietal_example.tsv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/medwall.tsv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/rh_default_mode_example.tsv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/externals/surfplot/data/rh_frontoparietal_example.tsv +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/__init__.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/bar.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/src/plotfig/utils/matrix.py +0 -0
- {plotfig-1.16.0 → plotfig-1.18.0}/tests/plotfig/test_brain_surface.py +0 -0
- {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.
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|