Skip to content

Commit 98f9652

Browse files
committed
Fix merge conflict
2 parents f47345d + 544c544 commit 98f9652

File tree

91 files changed

+35
-1407953
lines changed

Some content is hidden

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

91 files changed

+35
-1407953
lines changed

docs/2dplots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data[np.tril_indices(data.shape[0], -1)] = np.nan # fill half with empty boxes\n",
326326
"data = pd.DataFrame(data, columns=list('abcdefghij'), index=list('abcdefghij'))\n",
327327
"m = ax.heatmap(data, cmap='ColdHot', vmin=-1, vmax=1, N=100,\n",
328-
" lw=0.7, edgecolor='k', labels=True, labels_kw={'weight':'bold'},\n",
328+
" lw=0.5, edgecolor='k', labels=True, labels_kw={'weight':'bold'},\n",
329329
" clip_on=False) # turn off clipping so box edges on spines are not cut in half\n",
330330
"ax.format(suptitle='Heatmap demo', title='Pseudo covariance matrix', alpha=0, linewidth=0,\n",
331331
" xloc='top', yloc='right', yreverse=True, ticklabelweight='bold')"

docs/cartesian.ipynb

Lines changed: 0 additions & 539 deletions
This file was deleted.

0 commit comments

Comments
 (0)