Skip to content

Commit 42cd53e

Browse files
committed
fix anno_spacer
1 parent 7f59b24 commit 42cd53e

File tree

5 files changed

+877
-712
lines changed

5 files changed

+877
-712
lines changed

PyComplexHeatmap/annotations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,8 @@ def __init__(
15011501
self.cmap=None
15021502
self.colors=None
15031503
self.color_dict=None
1504+
self.invert_x=False,
1505+
self.invert_y=False,
15041506
self.nrows = 0
15051507
self.ncols = 0
15061508

notebooks/advanced_usage.ipynb

Lines changed: 52 additions & 83 deletions
Large diffs are not rendered by default.

notebooks/clustermap.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
{
2626
"cell_type": "markdown",
2727
"id": "fef5d697",
28-
"metadata": {},
28+
"metadata": {
29+
"jp-MarkdownHeadingCollapsed": true
30+
},
2931
"source": [
3032
"## A quick example"
3133
]
@@ -106,7 +108,9 @@
106108
{
107109
"cell_type": "markdown",
108110
"id": "05b31b36",
109-
"metadata": {},
111+
"metadata": {
112+
"jp-MarkdownHeadingCollapsed": true
113+
},
110114
"source": [
111115
"## Plotting annotations"
112116
]
@@ -362,7 +366,9 @@
362366
{
363367
"cell_type": "markdown",
364368
"id": "ebf1440b",
365-
"metadata": {},
369+
"metadata": {
370+
"jp-MarkdownHeadingCollapsed": true
371+
},
366372
"source": [
367373
"## Top, bottom, left ,right annotations"
368374
]

notebooks/test.ipynb

Lines changed: 269 additions & 626 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)