Skip to content

Commit

Permalink
DOC: consistently use monospace for 0,1,-1,2 (tut)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 3, 2023
1 parent ba2632a commit ace4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"source": [
"## 2.3. Adjusting the colormap used\n",
"\n",
"We can adjust this with the `nbcmap` parameter of `viz_imshow()`, which is a `dict` mapping cell values (0, 1, -1, 2) to RGB triplet colors.\n",
"We can adjust this with the `nbcmap` parameter of `viz_imshow()`, which is a `dict` mapping cell values (`0`, `1`, `-1`, `2`) to RGB triplet colors.\n",
"\n",
"Here, we can use `nbcmap` to create \"dark mode\" dot plots:"
]
Expand Down

0 comments on commit ace4d01

Please sign in to comment.