use plotly; fix bitrot

This commit is contained in:
jverzani
2024-06-07 13:07:09 -04:00
parent 0bcc8b5a6c
commit 55f37a6dfb
59 changed files with 423 additions and 176 deletions

View File

@@ -518,6 +518,7 @@ We must load `Plots` before we can plot (and it must be installed before we can
```{julia}
using Plots
plotly() # optinally change the backend from the default
```
With `Plots` loaded, we can plot a function by passing the function object by name to `plot`, specifying the range of `x` values to show, as follows: