Skip to content

Commit f5dd95c

Browse files
committed
update dotheatmap grid
1 parent c65ac10 commit f5dd95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyComplexHeatmap/dotHeatmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def post_processing(self):
641641
if not self.spines:
642642
for ax in self.heatmap_axes.ravel():
643643
despine(ax=ax, left=True, bottom=True, right=True, top=True)
644-
if not self.grid is None:
644+
if not self.grid is None and self.grid!=False:
645645
for ax in self.heatmap_axes.ravel():
646646
ax.grid(axis='both', which=self.grid, color='black', linestyle='dashdot',
647647
alpha=0.1) # which can also be set to major

0 commit comments

Comments
 (0)