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

add function to compute an adapted grid of a function on an interval #6

Merged
merged 2 commits into from
Dec 24, 2016

Conversation

KristofferC
Copy link
Contributor

No description provided.

xs[end-1] = xs[end] - (xs[end] - xs[end-1]) * 0.25

# Wiggle interior points a bit to prevent aliasing and other degenerate cases
rng = MersenneTwister(1337)
Copy link
Member

Choose a reason for hiding this comment

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

I also heard that this is the leading seed 👍

@tbreloff tbreloff merged commit 15a1f70 into JuliaPlots:master Dec 24, 2016
@tbreloff
Copy link
Member

Great stuff. Sorry I'm playing catch-up with Julia projects.

@KristofferC KristofferC deleted the kc/adaptive-grid branch December 24, 2016 19:02
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