8000 Add `polar.hole` by etpinard · Pull Request #2977 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Add polar.hole #2977

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

Merged
merged 13 commits into from
Sep 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add info about polar.hole in setConvert jsdoc
  • Loading branch information
etpinard committed Sep 7, 2018
commit a8598721c6fd0e8921ef5c83332a2189a7dc56c1
2 changes: 1 addition & 1 deletion src/plots/polar/set_convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var rad2deg = Lib.rad2deg;
*
* Radial axis coordinate systems:
* - d, c and l: same as for cartesian axes
* - g: like calcdata but translated about `radialaxis.range[0]`
* - g: like calcdata but translated about `radialaxis.range[0]` & `polar.hole`
*
* Angular axis coordinate systems:
* - d: data, in whatever form it's provided
Expand Down
0