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

Update adapted_grid recipes #2204

Merged

Conversation

BeastyBlacksmith
Copy link
Member

Take new return types of adated_grid into account. This will change in JuliaPlots/PlotUtils.jl#68.
This should cutdown the number of function evaluations.

xs = ys = Array{Any}(undef, length(fs))
for (i, (x, y)) in enumerate(_scaled_adapted_grid(f, xscale, yscale, xmin, xmax) for f in fs)
xs[i] = x
ys[i] = y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is off a little here.

@daschw
Copy link
Member

daschw commented Oct 5, 2019

Does this require the PlotUtils PR for the tests to pass?

@mkborregaard mkborregaard merged commit a55f8d0 into JuliaPlots:master Oct 8, 2019
@BeastyBlacksmith BeastyBlacksmith deleted the bbs/adapted_grid-change branch October 14, 2019 14:19
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

Successfully merging this pull request may close these issues.

3 participants