Skip to content

Commit

Permalink
add numpystring for invert_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Dec 31, 2024
1 parent c811eb3 commit 3e31277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions undouble/undouble.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ def plot(self, cmap=None, figsize=(15, 10), invert_colors=False):
Plots are created for clusters with > min_clust samples
figsize : tuple, (default: (15, 10).
Size of the figure (height,width).
invert_colors: Invert colors for the plot.
True: RGB-> BGR
False: Keep as is
Returns
-------
Expand Down

0 comments on commit 3e31277

Please sign in to comment.