Skip to content

Commit

Permalink
updated path to figures
Browse files Browse the repository at this point in the history
  • Loading branch information
silviafan committed Nov 29, 2022
1 parent 7edbc4f commit 8044464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial/tutorial1_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ netplotbrain.plot(

rendering=156.44848775863647 seconds
```
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/gallery/figures/filled_voxsize.png)
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/tutorial/figures/filled_voxsize.png)

In order to notably reduce the rendering speed, you can increase `template_voxelsize`.

Expand All @@ -252,7 +252,7 @@ netplotbrain.plot(

rendering=23.75227427482605 seconds
```
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/gallery/figures/filled_voxsize3.png)
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/tutorial/figures/filled_voxsize3.png)

However, note that an excessive increase of voxelsize can degrade spatial resolution.

Expand All @@ -266,6 +266,6 @@ netplotbrain.plot(

rendering=2.769284248352051 seconds
```
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/gallery/figures/filled_voxsize7.png)
![](https://raw.githubusercontent.com/wiheto/netplotbrain/main/docs/tutorial/figures/filled_voxsize7.png)

Thus, when using the filled style, we invite you to consider the trade-off between rendering speed and spatial resolution.

0 comments on commit 8044464

Please sign in to comment.