Skip to content

Commit

Permalink
DOC: binary colorscheme expl in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 4, 2023
1 parent 6194afe commit 2b8f332
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ fig.set_size_inches(8, 8)

![Output dotplot from the above example](https://github.com/fedarko/wotplot/raw/main/docs/img/ecoli_example_dotplot.png)

When visualizing a binary matrix (and/or using `viz_spy()`), the default
colorscheme uses black cells (⬛) to indicate matches (forward,
reverse-complementary, or palindromic)
and white cells (⬜) to indicate no matches.

## More detailed tutorial

Please see [this Jupyter Notebook](https://nbviewer.org/github/fedarko/wotplot/blob/main/docs/Tutorial.ipynb).
Expand Down

0 comments on commit 2b8f332

Please sign in to comment.