JuliaPlots / JuliaPlots/ExamplePlots.jl
Example `notebooks/series_recipes.ipynb` does not work
Open
- Dominant language
- Jupyter Notebook
- Stars
- 79
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
It seems that syntaxis has changed as some point (I am with `julia 1.1`, `Plots v0.26.0`).
```julia
@recipe function f(::Type{Val{:my_histogram}}, x, y, z)
edges, counts = myhist!(d) # leads to the error
```
The error is `UndefVarError: d not defined`
I do not see with `@macroexpand` how the `d` would appear in there
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.