File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The `xan range` command produces a CSV looking like this:
3434| 5 |
3535| ... |
3636
37- Then the ` xan select --evaluate` part use the following expression to transform the file on the fly:
38- Matching multiple queries in a press articles corpus, in parallel
37+ Then the ` xan select --evaluate` part uses the following expression to transform the file on the fly:
38+
3939` ` ` python
4040# We append the content of the "n" column to the given url
4141" https://news.ycombinator.com/?p=" ++ n as url
@@ -267,4 +267,4 @@ Finally we pipe everything into `xan heatmap` using the following flags:
267267* `--size 2` means we want our heatmap squares to be 2 characters tall
268268* `--cram` means we want to cram ou x-axis labels on top of the heatmap squares (they are short enough to fit, else they would get truncated)
269269* `--gradient inferno` means we want a stylish gradient for the colors because we are hipsters
270- * `--show-numbers` means we want to display numbers within the heatmap squares
270+ * `--show-numbers` means we want to display numbers within the heatmap squares
You can’t perform that action at this time.
0 commit comments