Skip to content

Commit 49372fe

Browse files
committed
update minor function annotation
1 parent ce35e5a commit 49372fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dotplot/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ def plot(self, size_factor: float = 15,
243243
:param vmax: `vmax` in `matplotlib.pyplot.scatter`
244244
:param path: path to save the figure
245245
:param cmap: color map supported by matplotlib
246-
:param kwargs: dot_title, circle_title, colorbar_title, dot_color, circle_color
247-
other kwargs are passed to `matplotlib.Axes.scatter`
248246
:param cluster_row, whether to cluster the row
249-
:param cluster_col, whether to cluster the row
247+
:param cluster_col, whether to cluster the col
250248
:param cluster_kws, key args for cluster, including `cluster_method`, `cluster_metric`, 'cluster_n'
249+
:param kwargs: dot_title, circle_title, colorbar_title, dot_color, circle_color
250+
other kwargs are passed to `matplotlib.Axes.scatter`
251251
:return:
252252
"""
253253
self.__preprocess_data(size_factor, cluster_row=cluster_row, cluster_col=cluster_col,

0 commit comments

Comments
 (0)