Skip to content

Commit

Permalink
DOC: tidy up tutorial re nbspy; viz perf in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Oct 10, 2023
1 parent 8c9dcc8 commit cd7fb89
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 133 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ from matplotlib import pyplot
em = wotplot.DotPlotMatrix(e1s, e2s, 20, verbose=True)

# Visualize the matrix using matplotlib's spy() function
# This takes about 2 seconds on a laptop with 8 GB of RAM
fig, ax = pyplot.subplots()
wotplot.viz_spy(
em, markersize=0.01, title="Comparison of two $E. coli$ genomes ($k$ = 20)", ax=ax
Expand Down
Loading

0 comments on commit cd7fb89

Please sign in to comment.