Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/reference/mesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Mesh API

::: yabplot.resample_fsaverage
options:
show_root_heading: true

::: yabplot.project_vol2surf
options:
show_root_heading: true
27 changes: 3 additions & 24 deletions docs/tutorials/plotting_vertexwise.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ nav:
- API reference:
- plotting functions: reference/plotting.md
- helper utilities: reference/utils.md
- custom mesh building: reference/mesh.md
- custom atlas building: reference/atlas_builder.md
2 changes: 1 addition & 1 deletion yabplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .plotting import plot_cortical, plot_subcortical, plot_tracts, clear_tract_cache, plot_vertexwise
from .data import get_available_resources, get_atlas_regions
from .atlas_builder import build_cortical_atlas, build_subcortical_atlas
from .utils import load_vertexwise_mesh, project_vol2surf
from .mesh import load_vertexwise_mesh, project_vol2surf, resample_fsaverage

try:
__version__ = version("yabplot")
Expand Down
Loading
Loading