Skip to content

Commit 09065ff

Browse files
committed
update docs
1 parent 2458f71 commit 09065ff

File tree

159 files changed

+1348
-3543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+1348
-3543
lines changed
5.4 KB
Binary file not shown.
275 Bytes
Binary file not shown.
-28 Bytes
Binary file not shown.
-46.6 KB
Binary file not shown.
-502 Bytes
Binary file not shown.

docs/build/doctrees/nbsphinx/notebooks/advanced_usage.ipynb

Lines changed: 210 additions & 208 deletions
Large diffs are not rendered by default.

docs/build/doctrees/nbsphinx/notebooks/clustermap.ipynb

Lines changed: 39 additions & 41 deletions
Large diffs are not rendered by default.

docs/build/doctrees/nbsphinx/notebooks/dotHeatmap.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"plt.rcParams['pdf.fonttype']=42\n",
1919
"sys.path.append(os.path.expanduser(\"~/Projects/Github/PyComplexHeatmap/\"))\n",
2020
"import PyComplexHeatmap\n",
21-
"from PyComplexHeatmap import *"
21+
"from PyComplexHeatmap import *\n",
22+
"use_pch_style() # or plt.style.use('default') to restore default style"
2223
]
2324
},
2425
{

docs/build/doctrees/nbsphinx/notebooks/get_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 8,
13+
"execution_count": 12,
1414
"id": "57e9d138-6953-4426-83c3-f4682fca20aa",
1515
"metadata": {},
1616
"outputs": [
1717
{
1818
"name": "stdout",
1919
"output_type": "stream",
2020
"text": [
21-
"1.7.2.dev0+g8abf70a.d20240415\n"
21+
"1.7.7.dev0+gddb18da.d20240909\n"
2222
]
2323
}
2424
],

docs/build/doctrees/nbsphinx/notebooks/oncoPrint.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"outputs": [],
1717
"source": [
1818
"import os,sys\n",
19+
"import pandas as pd\n",
1920
"%matplotlib inline\n",
2021
"import matplotlib.pylab as plt\n",
2122
"import pickle\n",
@@ -25,8 +26,8 @@
2526
"plt.rcParams['font.sans-serif']='Arial'\n",
2627
"plt.rcParams['pdf.fonttype']=42\n",
2728
"# sys.path.append(os.path.expanduser(\"~/Projects/Github/PyComplexHeatmap/\"))\n",
28-
"import PyComplexHeatmap\n",
29-
"from PyComplexHeatmap import *"
29+
"from PyComplexHeatmap import *\n",
30+
"use_pch_style() # or plt.style.use('default') to restore default style"
3031
]
3132
},
3233
{

0 commit comments

Comments
 (0)