Skip to content

Commit

Permalink
Tutorial polar coordinates (#180)
Browse files Browse the repository at this point in the history
* first draft

* Edit and reduce head vector and viz sections

* Small edits to polar section

* Longer polar coordinates explanation

* Remove polar coordinates explanation

* Add explicit reference to pol2cart

* Fix links

* Fix EPM link

* Add magnitude and thumbnail figure

* Add section for pol2cart

* Add mean for midpoint computation and clarify drop_vars

* Add plot of head trajectory overlaid on sample frame

* Fix thumbnail

* Hide thumbnail selection

* Use dropna

* Clarify coordinate system linked to the head

* use xarrays plot hist function

* Small cosmetic changes

* Fix colorbar ticks

* Clarify no need to invert y-axis in overlaid plot

* Fix clockwise comment
  • Loading branch information
sfmig authored May 24, 2024
1 parent 7fcd79b commit ffa7311
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"binderhub_url": "https://mybinder.org",
"dependencies": ["environment.yml"],
},
'remove_config_comments': True,
# do not render config params set as # sphinx_gallery_config [= value]
}

# -- Options for HTML output -------------------------------------------------
Expand Down
Loading

0 comments on commit ffa7311

Please sign in to comment.