-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and remove error check added just for debugging during dev
- Loading branch information
1 parent
be38e93
commit 8547cf8
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"x": [1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 6, 8], | ||
"y": [1, 3, 2, 5, 4, 5, 4, 3, 2, 4, 6, 3, 5, 4, 3], | ||
"stackgroup": "a", "mode": "lines+markers" | ||
}, { | ||
"x": [1, 2, 2, 2, 2, 3, 5, 5, 5, 5, 6, 6, 6, 6, 8], | ||
"y": [4, 4, 4, 4, 6, 5, 6, 5, 7, 6, 5, 6, 7, 8, 7], | ||
"stackgroup": "a", "mode": "lines+markers" | ||
}, { | ||
"x": [2, 2, 2, 2, 3, 4, 4, 4, 4, 5, 7, 7, 7, 7, 8], | ||
"y": [5, 5, 4, 5, 6, 7, 6, 5, 4, 5, 4, 5, 6, 3, 4], | ||
"stackgroup": "a", "mode": "lines+markers" | ||
}, | ||
|
||
{ | ||
"x": [1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 6, 8], | ||
"y": [1, 3, 2, 5, 4, 5, 4, 3, 2, 4, 6, 3, 5, 4, 3], | ||
"stackgroup": "a", "mode": "lines+markers", | ||
"xaxis": "x2", "yaxis": "y2", "stackgaps": "interpolate" | ||
}, { | ||
"x": [1, 2, 2, 2, 2, 3, 5, 5, 5, 5, 6, 6, 6, 6, 8], | ||
"y": [4, 4, 4, 4, 6, 5, 6, 5, 7, 6, 5, 6, 7, 8, 7], | ||
"stackgroup": "a", "mode": "lines+markers", | ||
"xaxis": "x2", "yaxis": "y2", "stackgaps": "interpolate" | ||
}, { | ||
"x": [2, 2, 2, 2, 3, 4, 4, 4, 4, 5, 7, 7, 7, 7, 8], | ||
"y": [5, 5, 4, 5, 6, 7, 6, 5, 4, 5, 4, 5, 6, 3, 4], | ||
"stackgroup": "a", "mode": "lines+markers", | ||
"xaxis": "x2", "yaxis": "y2", "stackgaps": "interpolate" | ||
} | ||
], | ||
"layout": { | ||
"width": 500, | ||
"height": 500, | ||
"title": "Duplicate positions", | ||
"xaxis": {"title": "infer zero"}, | ||
"xaxis2": {"title": "interpolate"}, | ||
"grid": {"columns": 1, "rows": 2, "pattern": "independent"} | ||
} | ||
} |