Skip to content

Commit

Permalink
switch back to wire3d
Browse files Browse the repository at this point in the history
plotly seemed unhappy with shade3d
  • Loading branch information
jefferis committed Aug 8, 2020
1 parent e14e3b4 commit 7e47608
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vignettes/articles/FAFB-FlyWire.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ And plot with the CATMAID skeleton

```{r}
nclear3d()
plot3d(AV4b1.fw, col='red', lwd=2)
shade3d(av4.fwm[[1]], col='grey', alpha=.2)
plot3d(AV4b1.fw, col='red', lwd=3)
wire3d(av4.fwm[[1]], col='grey', alpha=.2)
```

It's obvious that both are only partially traced
It's obvious that both are only partially traced, but they are still the same
neuron.

0 comments on commit 7e47608

Please sign in to comment.