-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Docs and minor code fixes #1759
Conversation
* Complements holoviz#1759 * Execute `git grep -lE '\)\((style|plot|norm)=' -- examples | xargs perl -pi -e 's/\)\((style|plot|norm)=/).opts($1=/g'` * Spot check notebooks
@ea42gh @jordansamuels Thank you both - this is really helpful! I wasn't looking forward to updating all these references myself but you two seem to have sorted it out! Skimming the diff here, the changes all look right but I'll have another pass before merging. This PR should probably be merged first and then I can review and merge @jordansamuels PR. |
Yup, all looks good! Merging. |
* __call__ to .opts() mods * __call__ to .opts() mods * __call__ to .opts() mods
* Complements holoviz#1759 * Execute `git grep -lE '\)\((style|plot|norm)=' -- examples | xargs perl -pi -e 's/\)\((style|plot|norm)=/).opts($1=/g'` * Spot check notebooks
* Replace (...) with .opts() * Complements #1759 * Execute `git grep -lE '\)\((style|plot|norm)=' -- examples | xargs perl -pi -e 's/\)\((style|plot|norm)=/).opts($1=/g'` * Spot check notebooks * A few more cases thanks to @ea42gh * Manually search `git grep ')(' -- examples | grep -vE '.{255}' * Fix cases by hand `
* Replace (...) with .opts() * Complements holoviz/holoviews#1759 * Execute `git grep -lE '\)\((style|plot|norm)=' -- examples | xargs perl -pi -e 's/\)\((style|plot|norm)=/).opts($1=/g'` * Spot check notebooks * A few more cases thanks to @ea42gh * Manually search `git grep ')(' -- examples | grep -vE '.{255}' * Fix cases by hand `
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
hope this works:
changed
__call__
to .opts() in 3 files