ExamplePlots.jl icon indicating copy to clipboard operation
ExamplePlots.jl copied to clipboard

Example `notebooks/series_recipes.ipynb` does not work

Open mmikhasenko opened this issue 5 years ago • 2 comments

It seems that syntaxis has changed as some point (I am with julia 1.1, Plots v0.26.0).

@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

mmikhasenko avatar Aug 16 '19 10:08 mmikhasenko

Related issue https://github.com/JuliaPlots/Plots.jl/issues/1708

mmikhasenko avatar Aug 16 '19 10:08 mmikhasenko

This repo is no longer maintained. I think you'd have to replace d with plotattributes in the code. But there may be other issues. The last commit to this repo was three years ago.

daschw avatar Aug 21 '19 09:08 daschw