Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example notebooks/series_recipes.ipynb does not work #13

Open
mmikhasenko opened this issue Aug 16, 2019 · 2 comments
Open

Example notebooks/series_recipes.ipynb does not work #13

mmikhasenko opened this issue Aug 16, 2019 · 2 comments

Comments

@mmikhasenko
Copy link

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
Copy link
Author

Related issue JuliaPlots/Plots.jl#1708

@daschw
Copy link
Member

daschw commented Aug 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants