Skip to content

Commit

Permalink
Update t_cellfate_gene_annotated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HendricksJudy authored Dec 15, 2024
1 parent a439d2c commit 8965d57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```python
```
# Line 1: Import the omicverse library as ov. -- import omicverse as ov
# Line 2: Import the scvelo library as scv. -- import scvelo as scv
# Line 3: Import the matplotlib.pyplot library as plt. -- import matplotlib.pyplot as plt
Expand Down Expand Up @@ -162,4 +162,4 @@
# Line 161: Set the size of the heatmap figure. -- g.fig.set_size_inches(2, 4)
# Line 162: Set the font size of the y-axis labels in the heatmap. -- g.ax_heatmap.set_yticklabels(g.ax_heatmap.get_yticklabels(),fontsize=12)
# Line 163: Display the heatmap. -- plt.show()
```
```

0 comments on commit 8965d57

Please sign in to comment.