William Hedley Thompson

Results 19 issues of William Hedley Thompson

Theoretically should not be hard to do. - [ ] Add gifti/cifti loading of the file. - [ ] check each templatestyles or throw errors for templatestyles that are not...

Subtitles still remain when setting title to None. The following code results with a subtitle superior. ``` import netplotbrain netplotbrain.plot(template='MNI152NLin6Asym', view='S', title=None) ``` This is not the expected behaivour as...

From the example currently in the readme: ```python fig = plt.figure() ax_m2 = fig.add_subplot(121, projection='3d') netplotbrain.plot(template='MNI152NLin2009cAsym', templatestyle='surface', fig = fig, ax = ax_m2, view='A', nodes=nodes, nodesize='centrality_measure1', nodecolor='red', edges=edges) ax_m2 =...

Currently gif duration is in ms regardless of number of figures. Since gif will generally be combined with the frames argument, a gifframerate to replace gifduration is probably better. Or...

enhancement
good first issue

Includes: - [x] Dynamically place origin of arrows based on view. (i.e. make sure the arrows are always in front of brain) - [x] Dynamically choose which arrows are shown...

This is a collection of the long term roadmap (will start to use projects if more people contribute to this) ## Released in #60 - [x] Improve svg saving for...

Not sure when this happened or why but the previous code is no longer run. Should be fixed asap

bug
documentation

Problem with set_rasterized and alpha interacting. Works when template_style='surface' but not with glass.

Two possibilities 1. A "tpl-test" template. This allows people to try and test the submission process of templates before affecting any of the real templates. 2. A templateflow_test repo. Templateflow...