-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix #1146 * added a doc link * update unit-test case
- Loading branch information
Showing
4 changed files
with
24 additions
and
23 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
mlr --opprint histogram -f x,y --lo 0 --hi 1 --nbins 20 -o foo_ test/input/small | ||
mlr --opprint histogram -f x,y --lo 0.1 --hi 0.9 --nbins 20 -o foo_ test/input/small |
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
foo_bin_lo foo_bin_hi foo_x_count foo_y_count | ||
0.00000000 0.05000000 1 0 | ||
0.05000000 0.10000000 0 0 | ||
0.10000000 0.15000000 0 1 | ||
0.15000000 0.20000000 0 1 | ||
0.20000000 0.25000000 1 0 | ||
0.25000000 0.30000000 0 0 | ||
0.30000000 0.35000000 1 1 | ||
0.35000000 0.40000000 1 0 | ||
0.40000000 0.45000000 0 0 | ||
0.45000000 0.50000000 0 1 | ||
0.50000000 0.55000000 2 1 | ||
0.55000000 0.60000000 2 0 | ||
0.60000000 0.65000000 1 0 | ||
0.65000000 0.70000000 0 0 | ||
0.70000000 0.75000000 0 2 | ||
0.75000000 0.80000000 1 0 | ||
0.80000000 0.85000000 0 0 | ||
0.85000000 0.90000000 0 1 | ||
0.90000000 0.95000000 0 0 | ||
0.95000000 1.00000000 0 2 | ||
0.10000000 0.14000000 0 1 | ||
0.14000000 0.18000000 0 0 | ||
0.18000000 0.22000000 1 1 | ||
0.22000000 0.26000000 0 0 | ||
0.26000000 0.30000000 0 0 | ||
0.30000000 0.34000000 0 1 | ||
0.34000000 0.38000000 1 0 | ||
0.38000000 0.42000000 1 0 | ||
0.42000000 0.46000000 0 0 | ||
0.46000000 0.50000000 0 1 | ||
0.50000000 0.54000000 2 1 | ||
0.54000000 0.58000000 1 0 | ||
0.58000000 0.62000000 2 0 | ||
0.62000000 0.66000000 0 0 | ||
0.66000000 0.70000000 0 0 | ||
0.70000000 0.74000000 0 1 | ||
0.74000000 0.78000000 1 1 | ||
0.78000000 0.82000000 0 0 | ||
0.82000000 0.86000000 0 0 | ||
0.86000000 0.90000000 0 1 |