Skip to content

Commit

Permalink
Update vignettes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoclemente committed Nov 7, 2023
1 parent 13908aa commit 381b4b7
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions vignettes/Parabolic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,24 +126,3 @@ pde$solve()
fig <- contour(f)
#fig
```

```{r}
df <- data.frame(
x = c(1,2,1),
y = c(1,2,1),
f = c(1,2,3)
)
fig <- df %>%
plot_ly(
x = ~x,
y = ~y,
frame = ~f,
type = 'scatter',
mode = 'markers',
showlegend = F
)
fig
```

0 comments on commit 381b4b7

Please sign in to comment.