8000 Support extreme off-plot data points in scatter lines by alexcjohnson · Pull Request #2060 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Support extreme off-plot data points in scatter lines #2060

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 6 commits into from
Oct 5, 2017
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
🔪 old comment
  • Loading branch information
alexcjohnson committed Oct 5, 2017
commit 5ec5dbf3a400e5b9d17101f06517e9c4cb19bb94
1 change: 0 additions & 1 deletion test/jasmine/tests/scatter_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ describe('Test scatter', function() {
// TODO: test coarser decimation outside plot, and removing very near duplicates from the four of a cluster

it('should clip extreme points without changing on-screen paths', function() {
// TODO
var ptsIn = [
// first bunch: rays going in/out in many directions
// and a few random moves within faraway sectors, that should get dropped
Expand Down
0